Html Css Color HEX #429234 La Palma

📋 copy color: '#429234'

red 66 ◦ green 146 ◦ blue 52

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

Shades of La Palma #429234

Tints of La Palma #429234

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.3%

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

R = 25%
G = 55.3%
B = 19.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#429234 (or 0x429234) is known color: La Palma. HEX triplet: 42, 92 and 34. RGB value is (66,146,52). Sum of RGB (Red+Green+Blue) = 66+146+52=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #429234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429234 is #BD6DCB. Grayscale: #6F6F6F. Windows color (decimal): -12414412 or 3445314. OLE color: 3445314.

HSL color Cylindrical-coordinate representation of color #429234: hue angle of 111.06º 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 #429234 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 52 -
CMYK 0.55 0 0.64 0.43
HSL 111.06º 0.47% 0.39% -
HSV(B) 111.06º 0.64% 0.57% -
XYZ 13.15 21.96 6.8 -
YUV 111.36 94.5 95.64 -
System Red Green Blue C M Y K H S L
Decimal 66 146 52 0.55 0 0.64 0.43 111.06 0.47 0.39
Hex 42 92 34 37 0 40 2B 6F 2F 27
Octal 102 222 64 67 0 100 53 157 57 47
Binary 1000010 10010010 110100 110111 0 1000000 101011 1101111 101111 100111

Color Harmonies of #429234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429234

Black with #429234

Text Example


Text Example

White with #429234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429234; }

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

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

background-color css

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

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

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

border-color css

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

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

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