Html Css Color HEX #429419 La Palma

📋 copy color: '#429419'

red 66 ◦ green 148 ◦ blue 25

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

Shades of La Palma #429419

Tints of La Palma #429419

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.92%

 BLUE value IS 25 (10.16% from 255) = 10.46%

R = 27.62%
G = 61.92%
B = 10.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#429419 (or 0x429419) is known color: La Palma. HEX triplet: 42, 94 and 19. RGB value is (66,148,25). Sum of RGB (Red+Green+Blue) = 66+148+25=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #429419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429419 is #BD6BE6. Grayscale: #6D6D6D. Windows color (decimal): -12413927 or 1676354. OLE color: 1676354.

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

Color convert

RGB 66 148 25 -
CMYK 0.55 0 0.83 0.42
HSL 100º 0.71% 0.34% -
HSV(B) 100º 0.83% 0.58% -
XYZ 13.01 22.41 4.56 -
YUV 109.46 80.33 97 -
System Red Green Blue C M Y K H S L
Decimal 66 148 25 0.55 0 0.83 0.42 100 0.71 0.34
Hex 42 94 19 37 0 53 2A 64 47 22
Octal 102 224 31 67 0 123 52 144 107 42
Binary 1000010 10010100 11001 110111 0 1010011 101010 1100100 1000111 100010

Color Harmonies of #429419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429419

Black with #429419

Text Example


Text Example

White with #429419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429419; }

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

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

background-color css

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

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

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

border-color css

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

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

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