#4AAC5F

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

Shades of Chateau Green #4AAC5F

Tints of Chateau Green #4AAC5F

Color information

#4AAC5F (or 0x4AAC5F) is unknown color: approx Chateau Green. HEX triplet: 4A, AC and 5F. RGB value is (74,172,95). Sum of RGB (Red+Green+Blue) = 74+172+95=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAC5F is #B553A0. Grayscale: #868686. Windows color (decimal): -11883425 or 6270026. OLE color: 6270026.

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

Color convert

RGB7417295-
CMYK0.5700.450.33
HSL132.86º39.84%48.24%-
HSV(B)132.86º56.98%67.45%-
XYZ19.6431.7915.93-
YUV133.92106.0385.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.70%
GREEN value IS 172 (67.58% from 255) = 50.44%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=21.70%
G=50.44%
B=27.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74172950.5700.450.33132.8639.8448.24
Hex4AAC5F3902D21852830
Octal11225413771055412055060
Binary1001010101011001011111111001010110110000110000101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,172,95); }

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

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

 a { background-color: rgb(74,172,95); }

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

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

 span { border-color: rgb(74,172,95); }

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