#4CAA5F

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

Shades of Chateau Green #4CAA5F

Tints of Chateau Green #4CAA5F

Color information

#4CAA5F (or 0x4CAA5F) is unknown color: approx Chateau Green. HEX triplet: 4C, AA and 5F. RGB value is (76,170,95). Sum of RGB (Red+Green+Blue) = 76+170+95=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA5F is #B355A0. Grayscale: #858585. Windows color (decimal): -11752865 or 6269516. OLE color: 6269516.

HSL color Cylindrical-coordinate representation of color #4CAA5F: hue angle of 132.13º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CAA5F is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB7617095-
CMYK0.5500.440.33
HSL132.13º38.21%48.24%-
HSV(B)132.13º55.29%66.67%-
XYZ19.4231.1115.81-
YUV133.34106.3687.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.29%
GREEN value IS 170 (66.80% from 255) = 49.85%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=22.29%
G=49.85%
B=27.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76170950.5500.440.33132.1338.2148.24
Hex4CAA5F3702C21842630
Octal11425213767054412044660
Binary1001100101010101011111110111010110010000110000100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,170,95); }

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

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

 a { background-color: rgb(76,170,95); }

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

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

 span { border-color: rgb(76,170,95); }

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