#419216

Color #419216 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #419216

Tints of La Palma #419216

Color information

#419216 (or 0x419216) is unknown color: approx La Palma. HEX triplet: 41, 92 and 16. RGB value is (65,146,22). Sum of RGB (Red+Green+Blue) = 65+146+22=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 146 (57.42% from 255 or 62.66% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 146 - color contains mainly: green. Hex color #419216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419216 is #BE6DE9. Grayscale: #6C6C6C. Windows color (decimal): -12479978 or 1479233. OLE color: 1479233.

HSL color Cylindrical-coordinate representation of color #419216: hue angle of 99.19º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #419216 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB6514622-
CMYK0.5500.850.43
HSL99.19º73.81%32.94%-
HSV(B)99.19º84.93%57.25%-
XYZ12.621.744.29-
YUV107.6479.6697.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 146 (57.42% from 255) = 62.66%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=27.90%
G=62.66%
B=9.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65146220.5500.850.4399.1973.8132.94
Hex419216370552B634a21
Octal101222266701255314311241
Binary100000110010010101101101110101010110101111000111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419216; }

 p { color: rgb(65,146,22); }

 H1.HeaderClassName
 {
   color: #419216;
 }
 .AnyTagClassName
 {
   color: #419216;
 }
</style>
background-color css

<style>
 a { background-color: #419216; }

 a { background-color: rgb(65,146,22); }

 div.DivClassName
 {
   background-color: #419216;
 }
 .BgClassName
 {
   background-color: #419216;
 }
</style>
border-color css

<style>
 span { border-color: #419216; }

 span { border-color: rgb(65,146,22); }

 td.TdClassName
 {
   border-color: #419216;
 }
 .TagClassName
 {
   border-color: #419216;
 }
</style>