Shades of Chateau Green #3AAB4D
Tints of Chateau Green #3AAB4D
RGB
CMYK
RGB Variations
Color information
#3AAB4D (or 0x3AAB4D) is known color: Chateau Green. HEX triplet: 3A, AB and 4D. RGB value is (58,171,77). Sum of RGB (Red+Green+Blue) = 58+171+77=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAB4D is #C554B2. Grayscale: #7E7E7E. Windows color (decimal): -12932275 or 5090106. OLE color: 5090106.
HSL color Cylindrical-coordinate representation of color #3AAB4D: hue angle of 130.09º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAB4D is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 171 | 77 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.33 |
| HSL | 130.09º | 0.49% | 0.45% | - |
| HSV(B) | 130.09º | 0.66% | 0.67% | - |
| XYZ | 17.65 | 30.56 | 11.99 | - |
| YUV | 126.5 | 100.06 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 77 | 0.66 | 0 | 0.55 | 0.33 | 130.09 | 0.49 | 0.45 |
| Hex | 3A | AB | 4D | 42 | 0 | 37 | 21 | 82 | 31 | 2D |
| Octal | 72 | 253 | 115 | 102 | 0 | 67 | 41 | 202 | 61 | 55 |
| Binary | 111010 | 10101011 | 1001101 | 1000010 | 0 | 110111 | 100001 | 10000010 | 110001 | 101101 |
Color Harmonies of #3AAB4D
Complementary color
Monochromatic Colors of #3AAB4D
Black with #3AAB4D
Text Example
Text Example
White with #3AAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAB4D; }
p { color: rgb(58,171,77); }
H1.HeaderClassName
{
color: #3AAB4D;
}
.AnyTagClassName
{
color: #3AAB4D;
}
</style>
background-color css
<style>
a { background-color: #3AAB4D; }
a { background-color: rgb(58,171,77); }
div.DivClassName
{
background-color: #3AAB4D;
}
.BgClassName
{
background-color: #3AAB4D;
}
</style>
border-color css
<style>
span { border-color: #3AAB4D; }
span { border-color: rgb(58,171,77); }
td.TdClassName
{
border-color: #3AAB4D;
}
.TagClassName
{
border-color: #3AAB4D;
}
</style>