Html Css Color HEX #429652 Chateau Green

📋 copy color: '#429652'

red 66 ◦ green 150 ◦ blue 82

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

Shades of Chateau Green #429652

Tints of Chateau Green #429652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.34%

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

R = 22.15%
G = 50.34%
B = 27.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#429652 (or 0x429652) is known color: Chateau Green. HEX triplet: 42, 96 and 52. RGB value is (66,150,82). Sum of RGB (Red+Green+Blue) = 66+150+82=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #429652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429652 is #BD69AD. Grayscale: #757575. Windows color (decimal): -12413358 or 5412418. OLE color: 5412418.

HSL color Cylindrical-coordinate representation of color #429652: hue angle of 131.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429652 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 82 -
CMYK 0.56 0 0.45 0.41
HSL 131.43º 0.39% 0.42% -
HSV(B) 131.43º 0.56% 0.59% -
XYZ 14.68 23.58 11.76 -
YUV 117.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 66 150 82 0.56 0 0.45 0.41 131.43 0.39 0.42
Hex 42 96 52 38 0 2D 29 83 27 2A
Octal 102 226 122 70 0 55 51 203 47 52
Binary 1000010 10010110 1010010 111000 0 101101 101001 10000011 100111 101010

Color Harmonies of #429652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429652

Black with #429652

Text Example


Text Example

White with #429652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429652; }

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

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

background-color css

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

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

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

border-color css

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

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

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