Html Css Color HEX #429F5E Chateau Green

📋 copy color: '#429F5E'

red 66 ◦ green 159 ◦ blue 94

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

Shades of Chateau Green #429F5E

Tints of Chateau Green #429F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.84%

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 20.69%
G = 49.84%
B = 29.47%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#429F5E (or 0x429F5E) is known color: Chateau Green. HEX triplet: 42, 9F and 5E. RGB value is (66,159,94). Sum of RGB (Red+Green+Blue) = 66+159+94=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #429F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F5E is #BD60A1. Grayscale: #7B7B7B. Windows color (decimal): -12411042 or 6201154. OLE color: 6201154.

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

Color convert

RGB 66 159 94 -
CMYK 0.58 0 0.41 0.38
HSL 138.06º 0.41% 0.44% -
HSV(B) 138.06º 0.58% 0.62% -
XYZ 16.67 26.76 14.88 -
YUV 123.78 111.19 86.79 -
System Red Green Blue C M Y K H S L
Decimal 66 159 94 0.58 0 0.41 0.38 138.06 0.41 0.44
Hex 42 9F 5E 3A 0 29 26 8A 29 2C
Octal 102 237 136 72 0 51 46 212 51 54
Binary 1000010 10011111 1011110 111010 0 101001 100110 10001010 101001 101100

Color Harmonies of #429F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F5E

Black with #429F5E

Text Example


Text Example

White with #429F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,159,94); }

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

background-color css

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

 a { background-color: rgb(66,159,94); }

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

border-color css

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

 span { border-color: rgb(66,159,94); }

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