Html Css Color HEX #429352 Chateau Green

📋 copy color: '#429352'

red 66 ◦ green 147 ◦ blue 82

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

Shades of Chateau Green #429352

Tints of Chateau Green #429352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.83%

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

R = 22.37%
G = 49.83%
B = 27.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#429352 (or 0x429352) is known color: Chateau Green. HEX triplet: 42, 93 and 52. RGB value is (66,147,82). Sum of RGB (Red+Green+Blue) = 66+147+82=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #429352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429352 is #BD6CAD. Grayscale: #737373. Windows color (decimal): -12414126 or 5411650. OLE color: 5411650.

HSL color Cylindrical-coordinate representation of color #429352: hue angle of 131.85º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429352 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 147 82 -
CMYK 0.55 0 0.44 0.42
HSL 131.85º 0.38% 0.42% -
HSV(B) 131.85º 0.55% 0.58% -
XYZ 14.2 22.63 11.6 -
YUV 115.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 66 147 82 0.55 0 0.44 0.42 131.85 0.38 0.42
Hex 42 93 52 37 0 2C 2A 84 26 2A
Octal 102 223 122 67 0 54 52 204 46 52
Binary 1000010 10010011 1010010 110111 0 101100 101010 10000100 100110 101010

Color Harmonies of #429352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429352

Black with #429352

Text Example


Text Example

White with #429352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429352; }

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

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

background-color css

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

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

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

border-color css

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

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

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