#419318

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

Shades of La Palma #419318

Tints of La Palma #419318

Color information

#419318 (or 0x419318) is unknown color: approx La Palma. HEX triplet: 41, 93 and 18. RGB value is (65,147,24). Sum of RGB (Red+Green+Blue) = 65+147+24=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 147 (57.81% from 255 or 62.29% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 147 - color contains mainly: green. Hex color #419318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419318 is #BE6CE7. Grayscale: #6C6C6C. Windows color (decimal): -12479720 or 1610561. OLE color: 1610561.

HSL color Cylindrical-coordinate representation of color #419318: hue angle of 100º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #419318 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB6514724-
CMYK0.5600.840.42
HSL100º71.93%33.53%-
HSV(B)100º83.67%57.65%-
XYZ12.7822.064.45-
YUV108.4680.3397-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 147 (57.81% from 255) = 62.29%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=27.54%
G=62.29%
B=10.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65147240.5600.840.4210071.9333.53
Hex419318380542A644822
Octal101223307001245214411042
Binary100000110010011110001110000101010010101011001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419318; }

 p { color: rgb(65,147,24); }

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

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

 a { background-color: rgb(65,147,24); }

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

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

 span { border-color: rgb(65,147,24); }

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