Html Css Color HEX #429C5B Chateau Green

📋 copy color: '#429C5B'

red 66 ◦ green 156 ◦ blue 91

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

Shades of Chateau Green #429C5B

Tints of Chateau Green #429C5B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.84%

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 21.09%
G = 49.84%
B = 29.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#429C5B (or 0x429C5B) is known color: Chateau Green. HEX triplet: 42, 9C and 5B. RGB value is (66,156,91). Sum of RGB (Red+Green+Blue) = 66+156+91=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #429C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C5B is #BD63A4. Grayscale: #797979. Windows color (decimal): -12411813 or 6003778. OLE color: 6003778.

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

Color convert

RGB 66 156 91 -
CMYK 0.58 0 0.42 0.39
HSL 136.67º 0.41% 0.44% -
HSV(B) 136.67º 0.58% 0.61% -
XYZ 16.02 25.69 14.01 -
YUV 121.68 110.68 88.29 -
System Red Green Blue C M Y K H S L
Decimal 66 156 91 0.58 0 0.42 0.39 136.67 0.41 0.44
Hex 42 9C 5B 3A 0 2A 27 89 29 2C
Octal 102 234 133 72 0 52 47 211 51 54
Binary 1000010 10011100 1011011 111010 0 101010 100111 10001001 101001 101100

Color Harmonies of #429C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C5B

Black with #429C5B

Text Example


Text Example

White with #429C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429C5B; }

 p { color: rgb(66,156,91); }

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

background-color css

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

 a { background-color: rgb(66,156,91); }

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

border-color css

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

 span { border-color: rgb(66,156,91); }

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