Html Css Color HEX #429134 La Palma

📋 copy color: '#429134'

red 66 ◦ green 145 ◦ blue 52

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

Shades of La Palma #429134

Tints of La Palma #429134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.13%

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 25.1%
G = 55.13%
B = 19.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#429134 (or 0x429134) is known color: La Palma. HEX triplet: 42, 91 and 34. RGB value is (66,145,52). Sum of RGB (Red+Green+Blue) = 66+145+52=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #429134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429134 is #BD6ECB. Grayscale: #6F6F6F. Windows color (decimal): -12414668 or 3445058. OLE color: 3445058.

HSL color Cylindrical-coordinate representation of color #429134: hue angle of 110.97º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #429134 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 52 -
CMYK 0.54 0 0.64 0.43
HSL 110.97º 0.47% 0.39% -
HSV(B) 110.97º 0.64% 0.57% -
XYZ 12.99 21.66 6.74 -
YUV 110.78 94.83 96.06 -
System Red Green Blue C M Y K H S L
Decimal 66 145 52 0.54 0 0.64 0.43 110.97 0.47 0.39
Hex 42 91 34 36 0 40 2B 6F 2F 27
Octal 102 221 64 66 0 100 53 157 57 47
Binary 1000010 10010001 110100 110110 0 1000000 101011 1101111 101111 100111

Color Harmonies of #429134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429134

Black with #429134

Text Example


Text Example

White with #429134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429134; }

 p { color: rgb(66,145,52); }

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

background-color css

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

 a { background-color: rgb(66,145,52); }

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

border-color css

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

 span { border-color: rgb(66,145,52); }

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