#429418

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

Shades of La Palma #429418

Tints of La Palma #429418

Color information

#429418 (or 0x429418) is unknown color: approx La Palma. HEX triplet: 42, 94 and 18. RGB value is (66,148,24). Sum of RGB (Red+Green+Blue) = 66+148+24=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #429418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429418 is #BD6BE7. Grayscale: #6D6D6D. Windows color (decimal): -12413928 or 1610818. OLE color: 1610818.

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

Color convert

RGB6614824-
CMYK0.5500.840.42
HSL99.68º72.09%33.73%-
HSV(B)99.68º83.78%58.04%-
XYZ1322.44.5-
YUV109.3579.8397.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 148 (58.20% from 255) = 62.18%
BLUE value IS 24 (9.77% from 255) = 10.08%
R=27.73%
G=62.18%
B=10.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148240.5500.840.4299.6872.0933.73
Hex429418370542A644822
Octal102224306701245214411042
Binary100001010010100110001101110101010010101011001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429418; }

 p { color: rgb(66,148,24); }

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

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

 a { background-color: rgb(66,148,24); }

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

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

 span { border-color: rgb(66,148,24); }

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