Html Css Color HEX #429D50 Chateau Green

📋 copy color: '#429D50'

red 66 ◦ green 157 ◦ blue 80

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

Shades of Chateau Green #429D50

Tints of Chateau Green #429D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 21.78%
G = 51.82%
B = 26.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#429D50 (or 0x429D50) is known color: Chateau Green. HEX triplet: 42, 9D and 50. RGB value is (66,157,80). Sum of RGB (Red+Green+Blue) = 66+157+80=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #429D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D50 is #BD62AF. Grayscale: #797979. Windows color (decimal): -12411568 or 5283138. OLE color: 5283138.

HSL color Cylindrical-coordinate representation of color #429D50: hue angle of 129.23º 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 #429D50 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 157 80 -
CMYK 0.58 0 0.49 0.38
HSL 129.23º 0.41% 0.44% -
HSV(B) 129.23º 0.58% 0.62% -
XYZ 15.75 25.85 11.75 -
YUV 121.01 104.85 88.76 -
System Red Green Blue C M Y K H S L
Decimal 66 157 80 0.58 0 0.49 0.38 129.23 0.41 0.44
Hex 42 9D 50 3A 0 31 26 81 29 2C
Octal 102 235 120 72 0 61 46 201 51 54
Binary 1000010 10011101 1010000 111010 0 110001 100110 10000001 101001 101100

Color Harmonies of #429D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D50

Black with #429D50

Text Example


Text Example

White with #429D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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