Shades of Chateau Green #4AAF5D
Tints of Chateau Green #4AAF5D
RGB
CMYK
RGB Variations
Color information
#4AAF5D (or 0x4AAF5D) is known color: Chateau Green. HEX triplet: 4A, AF and 5D. RGB value is (74,175,93). Sum of RGB (Red+Green+Blue) = 74+175+93=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAF5D is #B550A2. Grayscale: #878787. Windows color (decimal): -11882659 or 6139722. OLE color: 6139722.
HSL color Cylindrical-coordinate representation of color #4AAF5D: hue angle of 131.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF5D is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 93 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.31 |
| HSL | 131.29º | 0.41% | 0.49% | - |
| HSV(B) | 131.29º | 0.58% | 0.69% | - |
| XYZ | 20.13 | 32.91 | 15.65 | - |
| YUV | 135.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 93 | 0.58 | 0 | 0.47 | 0.31 | 131.29 | 0.41 | 0.49 |
| Hex | 4A | AF | 5D | 3A | 0 | 2F | 1F | 83 | 29 | 31 |
| Octal | 112 | 257 | 135 | 72 | 0 | 57 | 37 | 203 | 51 | 61 |
| Binary | 1001010 | 10101111 | 1011101 | 111010 | 0 | 101111 | 11111 | 10000011 | 101001 | 110001 |
Color Harmonies of #4AAF5D
Complementary color
Monochromatic Colors of #4AAF5D
Black with #4AAF5D
Text Example
Text Example
White with #4AAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF5D; }
p { color: rgb(74,175,93); }
H1.HeaderClassName
{
color: #4AAF5D;
}
.AnyTagClassName
{
color: #4AAF5D;
}
</style>
background-color css
<style>
a { background-color: #4AAF5D; }
a { background-color: rgb(74,175,93); }
div.DivClassName
{
background-color: #4AAF5D;
}
.BgClassName
{
background-color: #4AAF5D;
}
</style>
border-color css
<style>
span { border-color: #4AAF5D; }
span { border-color: rgb(74,175,93); }
td.TdClassName
{
border-color: #4AAF5D;
}
.TagClassName
{
border-color: #4AAF5D;
}
</style>