Html Css Color HEX #429513 La Palma

📋 copy color: '#429513'

red 66 ◦ green 149 ◦ blue 19

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

Shades of La Palma #429513

Tints of La Palma #429513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 63.68%

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 28.21%
G = 63.68%
B = 8.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#429513 (or 0x429513) is known color: La Palma. HEX triplet: 42, 95 and 13. RGB value is (66,149,19). Sum of RGB (Red+Green+Blue) = 66+149+19=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #429513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429513 is #BD6AEC. Grayscale: #6D6D6D. Windows color (decimal): -12413677 or 1283394. OLE color: 1283394.

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

Color convert

RGB 66 149 19 -
CMYK 0.56 0 0.87 0.42
HSL 98.31º 0.77% 0.33% -
HSV(B) 98.31º 0.87% 0.58% -
XYZ 13.11 22.7 4.31 -
YUV 109.36 77 97.07 -
System Red Green Blue C M Y K H S L
Decimal 66 149 19 0.56 0 0.87 0.42 98.31 0.77 0.33
Hex 42 95 13 38 0 57 2A 62 4D 21
Octal 102 225 23 70 0 127 52 142 115 41
Binary 1000010 10010101 10011 111000 0 1010111 101010 1100010 1001101 100001

Color Harmonies of #429513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429513

Black with #429513

Text Example


Text Example

White with #429513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429513; }

 p { color: rgb(66,149,19); }

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

background-color css

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

 a { background-color: rgb(66,149,19); }

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

border-color css

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

 span { border-color: rgb(66,149,19); }

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