Html Css Color HEX #429510 La Palma

📋 copy color: '#429510'

red 66 ◦ green 149 ◦ blue 16

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

Shades of La Palma #429510

Tints of La Palma #429510

RGB

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

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

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

R = 28.57%
G = 64.5%
B = 6.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#429510 (or 0x429510) is known color: La Palma. HEX triplet: 42, 95 and 10. RGB value is (66,149,16). Sum of RGB (Red+Green+Blue) = 66+149+16=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #429510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429510 is #BD6AEF. Grayscale: #6D6D6D. Windows color (decimal): -12413680 or 1086786. OLE color: 1086786.

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

Color convert

RGB 66 149 16 -
CMYK 0.56 0 0.89 0.42
HSL 97.44º 0.81% 0.32% -
HSV(B) 97.44º 0.89% 0.58% -
XYZ 13.09 22.69 4.18 -
YUV 109.02 75.5 97.31 -
System Red Green Blue C M Y K H S L
Decimal 66 149 16 0.56 0 0.89 0.42 97.44 0.81 0.32
Hex 42 95 10 38 0 59 2A 61 51 20
Octal 102 225 20 70 0 131 52 141 121 40
Binary 1000010 10010101 10000 111000 0 1011001 101010 1100001 1010001 100000

Color Harmonies of #429510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429510

Black with #429510

Text Example


Text Example

White with #429510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429510; }

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

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

background-color css

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

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

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

border-color css

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

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

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