Html Css Color HEX #429952 Chateau Green

📋 copy color: '#429952'

red 66 ◦ green 153 ◦ blue 82

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

Shades of Chateau Green #429952

Tints of Chateau Green #429952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.83%

 BLUE value IS 82 (32.42% from 255) = 27.24%

R = 21.93%
G = 50.83%
B = 27.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#429952 (or 0x429952) is known color: Chateau Green. HEX triplet: 42, 99 and 52. RGB value is (66,153,82). Sum of RGB (Red+Green+Blue) = 66+153+82=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #429952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429952 is #BD66AD. Grayscale: #777777. Windows color (decimal): -12412590 or 5413186. OLE color: 5413186.

HSL color Cylindrical-coordinate representation of color #429952: hue angle of 131.03º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429952 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 82 -
CMYK 0.57 0 0.46 0.4
HSL 131.03º 0.4% 0.43% -
HSV(B) 131.03º 0.57% 0.6% -
XYZ 15.16 24.55 11.92 -
YUV 118.89 107.18 90.27 -
System Red Green Blue C M Y K H S L
Decimal 66 153 82 0.57 0 0.46 0.4 131.03 0.4 0.43
Hex 42 99 52 39 0 2E 28 83 28 2B
Octal 102 231 122 71 0 56 50 203 50 53
Binary 1000010 10011001 1010010 111001 0 101110 101000 10000011 101000 101011

Color Harmonies of #429952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429952

Black with #429952

Text Example


Text Example

White with #429952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429952; }

 p { color: rgb(66,153,82); }

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

background-color css

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

 a { background-color: rgb(66,153,82); }

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

border-color css

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

 span { border-color: rgb(66,153,82); }

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