Html Css Color HEX #429418 La Palma

📋 copy color: '#429418'

red 66 ◦ green 148 ◦ blue 24

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

Shades of La Palma #429418

Tints of La Palma #429418

RGB

 RED value IS 66 (26.17% from 255) = 27.73%

 GREEN value IS 148 (58.2% 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 value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#429418 (or 0x429418) is known color: 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

RGB 66 148 24 -
CMYK 0.55 0 0.84 0.42
HSL 99.68º 0.72% 0.34% -
HSV(B) 99.68º 0.84% 0.58% -
XYZ 13 22.4 4.5 -
YUV 109.35 79.83 97.08 -
System Red Green Blue C M Y K H S L
Decimal 66 148 24 0.55 0 0.84 0.42 99.68 0.72 0.34
Hex 42 94 18 37 0 54 2A 64 48 22
Octal 102 224 30 67 0 124 52 144 110 42
Binary 1000010 10010100 11000 110111 0 1010100 101010 1100100 1001000 100010

Color Harmonies of #429418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429418

Black with #429418

Text Example


Text Example

White with #429418

Text Example


Text Example

HTML Codes & Css Web 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>