Html Css Color HEX #429F58 Chateau Green

📋 copy color: '#429F58'

red 66 ◦ green 159 ◦ blue 88

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

Shades of Chateau Green #429F58

Tints of Chateau Green #429F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 21.09%
G = 50.8%
B = 28.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#429F58 (or 0x429F58) is known color: Chateau Green. HEX triplet: 42, 9F and 58. RGB value is (66,159,88). Sum of RGB (Red+Green+Blue) = 66+159+88=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #429F58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F58 is #BD60A7. Grayscale: #7B7B7B. Windows color (decimal): -12411048 or 5807938. OLE color: 5807938.

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

Color convert

RGB 66 159 88 -
CMYK 0.58 0 0.45 0.38
HSL 134.19º 0.41% 0.44% -
HSV(B) 134.19º 0.58% 0.62% -
XYZ 16.41 26.66 13.51 -
YUV 123.1 108.19 87.27 -
System Red Green Blue C M Y K H S L
Decimal 66 159 88 0.58 0 0.45 0.38 134.19 0.41 0.44
Hex 42 9F 58 3A 0 2D 26 86 29 2C
Octal 102 237 130 72 0 55 46 206 51 54
Binary 1000010 10011111 1011000 111010 0 101101 100110 10000110 101001 101100

Color Harmonies of #429F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F58

Black with #429F58

Text Example


Text Example

White with #429F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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