Html Css Color HEX #429D5A Chateau Green

📋 copy color: '#429D5A'

red 66 ◦ green 157 ◦ blue 90

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

Shades of Chateau Green #429D5A

Tints of Chateau Green #429D5A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.16%

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 21.09%
G = 50.16%
B = 28.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#429D5A (or 0x429D5A) is known color: Chateau Green. HEX triplet: 42, 9D and 5A. RGB value is (66,157,90). Sum of RGB (Red+Green+Blue) = 66+157+90=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #429D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D5A is #BD62A5. Grayscale: #7A7A7A. Windows color (decimal): -12411558 or 5938498. OLE color: 5938498.

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

Color convert

RGB 66 157 90 -
CMYK 0.58 0 0.43 0.38
HSL 135.82º 0.41% 0.44% -
HSV(B) 135.82º 0.58% 0.62% -
XYZ 16.15 26.01 13.84 -
YUV 122.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 66 157 90 0.58 0 0.43 0.38 135.82 0.41 0.44
Hex 42 9D 5A 3A 0 2B 26 88 29 2C
Octal 102 235 132 72 0 53 46 210 51 54
Binary 1000010 10011101 1011010 111010 0 101011 100110 10001000 101001 101100

Color Harmonies of #429D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D5A

Black with #429D5A

Text Example


Text Example

White with #429D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,157,90); }

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

background-color css

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

 a { background-color: rgb(66,157,90); }

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

border-color css

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

 span { border-color: rgb(66,157,90); }

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