Html Css Color HEX #429010 La Palma

📋 copy color: '#429010'

red 66 ◦ green 144 ◦ blue 16

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

Shades of La Palma #429010

Tints of La Palma #429010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 63.72%

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 29.2%
G = 63.72%
B = 7.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#429010 (or 0x429010) is known color: La Palma. HEX triplet: 42, 90 and 10. RGB value is (66,144,16). Sum of RGB (Red+Green+Blue) = 66+144+16=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #429010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429010 is #BD6FEF. Grayscale: #6A6A6A. Windows color (decimal): -12414960 or 1085506. OLE color: 1085506.

HSL color Cylindrical-coordinate representation of color #429010: hue angle of 96.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #429010 is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 16 -
CMYK 0.54 0 0.89 0.44
HSL 96.56º 0.8% 0.31% -
HSV(B) 96.56º 0.89% 0.56% -
XYZ 12.31 21.14 3.92 -
YUV 106.09 77.16 99.41 -
System Red Green Blue C M Y K H S L
Decimal 66 144 16 0.54 0 0.89 0.44 96.56 0.8 0.31
Hex 42 90 10 36 0 59 2C 61 50 1F
Octal 102 220 20 66 0 131 54 141 120 37
Binary 1000010 10010000 10000 110110 0 1011001 101100 1100001 1010000 11111

Color Harmonies of #429010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429010

Black with #429010

Text Example


Text Example

White with #429010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429010; }

 p { color: rgb(66,144,16); }

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

background-color css

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

 a { background-color: rgb(66,144,16); }

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

border-color css

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

 span { border-color: rgb(66,144,16); }

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