#429C60

Color #429C60 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #429C60

Tints of Chateau Green #429C60

Color information

#429C60 (or 0x429C60) is unknown color: approx Chateau Green. HEX triplet: 42, 9C and 60. RGB value is (66,156,96). Sum of RGB (Red+Green+Blue) = 66+156+96=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #429C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C60 is #BD639F. Grayscale: #7A7A7A. Windows color (decimal): -12411808 or 6331458. OLE color: 6331458.

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

Color convert

RGB6615696-
CMYK0.5800.380.39
HSL140º40.54%43.53%-
HSV(B)140º57.69%61.18%-
XYZ16.2525.7815.19-
YUV122.25113.1887.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 156 (61.33% from 255) = 49.06%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=20.75%
G=49.06%
B=30.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66156960.5800.380.3914040.5443.53
Hex429C603A026278c292c
Octal10223414072046472145154
Binary1000010100111001100000111010010011010011110001100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #429C60;
 }
 .AnyTagClassName
 {
   color: #429C60;
 }
</style>
background-color css

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

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

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

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

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

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