Html Css Color HEX #419116 La Palma

📋 copy color: '#419116'

red 65 ◦ green 145 ◦ blue 22

#419116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #419116

Tints of La Palma #419116

RGB

 RED value IS 65 (25.78% from 255) = 28.02%

 GREEN value IS 145 (57.03% from 255) = 62.5%

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 28.02%
G = 62.5%
B = 9.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#419116 (or 0x419116) is known color: La Palma. HEX triplet: 41, 91 and 16. RGB value is (65,145,22). Sum of RGB (Red+Green+Blue) = 65+145+22=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #419116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419116 is #BE6EE9. Grayscale: #6B6B6B. Windows color (decimal): -12480234 or 1478977. OLE color: 1478977.

HSL color Cylindrical-coordinate representation of color #419116: hue angle of 99.02º 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 #419116 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 22 -
CMYK 0.55 0 0.85 0.43
HSL 99.02º 0.74% 0.33% -
HSV(B) 99.02º 0.85% 0.57% -
XYZ 12.45 21.43 4.24 -
YUV 107.06 80 98 -
System Red Green Blue C M Y K H S L
Decimal 65 145 22 0.55 0 0.85 0.43 99.02 0.74 0.33
Hex 41 91 16 37 0 55 2B 63 4A 21
Octal 101 221 26 67 0 125 53 143 112 41
Binary 1000001 10010001 10110 110111 0 1010101 101011 1100011 1001010 100001

Color Harmonies of #419116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419116

Black with #419116

Text Example


Text Example

White with #419116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419116; }

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

 H1.HeaderClassName
 {
   color: #419116;
 }
 .AnyTagClassName
 {
   color: #419116;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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