Html Css Color HEX #429535 La Palma

📋 copy color: '#429535'

red 66 ◦ green 149 ◦ blue 53

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

Shades of La Palma #429535

Tints of La Palma #429535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.78%

R = 24.63%
G = 55.6%
B = 19.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#429535 (or 0x429535) is known color: La Palma. HEX triplet: 42, 95 and 35. RGB value is (66,149,53). Sum of RGB (Red+Green+Blue) = 66+149+53=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #429535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429535 is #BD6ACA. Grayscale: #717171. Windows color (decimal): -12413643 or 3511618. OLE color: 3511618.

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

Color convert

RGB 66 149 53 -
CMYK 0.56 0 0.64 0.42
HSL 111.88º 0.48% 0.4% -
HSV(B) 111.88º 0.64% 0.58% -
XYZ 13.64 22.91 7.07 -
YUV 113.24 94 94.31 -
System Red Green Blue C M Y K H S L
Decimal 66 149 53 0.56 0 0.64 0.42 111.88 0.48 0.4
Hex 42 95 35 38 0 40 2A 70 30 28
Octal 102 225 65 70 0 100 52 160 60 50
Binary 1000010 10010101 110101 111000 0 1000000 101010 1110000 110000 101000

Color Harmonies of #429535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429535

Black with #429535

Text Example


Text Example

White with #429535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429535; }

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

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

background-color css

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

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

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

border-color css

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

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

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