Html Css Color HEX #429C58 Chateau Green

📋 copy color: '#429C58'

red 66 ◦ green 156 ◦ blue 88

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

Shades of Chateau Green #429C58

Tints of Chateau Green #429C58

RGB

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

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

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

R = 21.29%
G = 50.32%
B = 28.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#429C58 (or 0x429C58) is known color: Chateau Green. HEX triplet: 42, 9C and 58. RGB value is (66,156,88). Sum of RGB (Red+Green+Blue) = 66+156+88=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #429C58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C58 is #BD63A7. Grayscale: #797979. Windows color (decimal): -12411816 or 5807170. OLE color: 5807170.

HSL color Cylindrical-coordinate representation of color #429C58: hue angle of 134.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 #429C58 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 156 88 -
CMYK 0.58 0 0.44 0.39
HSL 134.67º 0.41% 0.44% -
HSV(B) 134.67º 0.58% 0.61% -
XYZ 15.9 25.64 13.34 -
YUV 121.34 109.18 88.53 -
System Red Green Blue C M Y K H S L
Decimal 66 156 88 0.58 0 0.44 0.39 134.67 0.41 0.44
Hex 42 9C 58 3A 0 2C 27 87 29 2C
Octal 102 234 130 72 0 54 47 207 51 54
Binary 1000010 10011100 1011000 111010 0 101100 100111 10000111 101001 101100

Color Harmonies of #429C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C58

Black with #429C58

Text Example


Text Example

White with #429C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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