Html Css Color HEX #429655 Chateau Green

📋 copy color: '#429655'

red 66 ◦ green 150 ◦ blue 85

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

Shades of Chateau Green #429655

Tints of Chateau Green #429655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 21.93%
G = 49.83%
B = 28.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#429655 (or 0x429655) is known color: Chateau Green. HEX triplet: 42, 96 and 55. RGB value is (66,150,85). Sum of RGB (Red+Green+Blue) = 66+150+85=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #429655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429655 is #BD69AA. Grayscale: #757575. Windows color (decimal): -12413355 or 5609026. OLE color: 5609026.

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

Color convert

RGB 66 150 85 -
CMYK 0.56 0 0.43 0.41
HSL 133.57º 0.39% 0.42% -
HSV(B) 133.57º 0.56% 0.59% -
XYZ 14.79 23.63 12.38 -
YUV 117.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 66 150 85 0.56 0 0.43 0.41 133.57 0.39 0.42
Hex 42 96 55 38 0 2B 29 86 27 2A
Octal 102 226 125 70 0 53 51 206 47 52
Binary 1000010 10010110 1010101 111000 0 101011 101001 10000110 100111 101010

Color Harmonies of #429655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429655

Black with #429655

Text Example


Text Example

White with #429655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429655; }

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

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

background-color css

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

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

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

border-color css

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

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

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