#4C9060

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

Shades of Chateau Green #4C9060

Tints of Chateau Green #4C9060

Color information

#4C9060 (or 0x4C9060) is unknown color: approx Chateau Green. HEX triplet: 4C, 90 and 60. RGB value is (76,144,96). Sum of RGB (Red+Green+Blue) = 76+144+96=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #4C9060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9060 is #B36F9F. Grayscale: #767676. Windows color (decimal): -11759520 or 6328396. OLE color: 6328396.

HSL color Cylindrical-coordinate representation of color #4C9060: hue angle of 137.65º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C9060 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB7614496-
CMYK0.4700.330.44
HSL137.65º30.91%43.14%-
HSV(B)137.65º47.22%56.47%-
XYZ15.0722.3314.58-
YUV118.2115.4797.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.05%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 96 (37.89% from 255) = 30.38%
R=24.05%
G=45.57%
B=30.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76144960.4700.330.44137.6530.9143.14
Hex4C90602F0212C8a1f2b
Octal11422014057041542123753
Binary100110010010000110000010111101000011011001000101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C9060; }

 p { color: rgb(76,144,96); }

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

<style>
 a { background-color: #4C9060; }

 a { background-color: rgb(76,144,96); }

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

<style>
 span { border-color: #4C9060; }

 span { border-color: rgb(76,144,96); }

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