Shades of Chateau Green #3AAC5B
Tints of Chateau Green #3AAC5B
RGB
CMYK
RGB Variations
Color information
#3AAC5B (or 0x3AAC5B) is known color: Chateau Green. HEX triplet: 3A, AC and 5B. RGB value is (58,172,91). Sum of RGB (Red+Green+Blue) = 58+172+91=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAC5B is #C553A4. Grayscale: #808080. Windows color (decimal): -12932005 or 6007866. OLE color: 6007866.
HSL color Cylindrical-coordinate representation of color #3AAC5B: hue angle of 137.37º degrees, saturation: 0.5, 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 #3AAC5B is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 91 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.33 |
| HSL | 137.37º | 0.5% | 0.45% | - |
| HSV(B) | 137.37º | 0.66% | 0.67% | - |
| XYZ | 18.39 | 31.16 | 14.94 | - |
| YUV | 128.68 | 106.73 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 91 | 0.66 | 0 | 0.47 | 0.33 | 137.37 | 0.5 | 0.45 |
| Hex | 3A | AC | 5B | 42 | 0 | 2F | 21 | 89 | 32 | 2D |
| Octal | 72 | 254 | 133 | 102 | 0 | 57 | 41 | 211 | 62 | 55 |
| Binary | 111010 | 10101100 | 1011011 | 1000010 | 0 | 101111 | 100001 | 10001001 | 110010 | 101101 |
Color Harmonies of #3AAC5B
Complementary color
Monochromatic Colors of #3AAC5B
Black with #3AAC5B
Text Example
Text Example
White with #3AAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC5B; }
p { color: rgb(58,172,91); }
H1.HeaderClassName
{
color: #3AAC5B;
}
.AnyTagClassName
{
color: #3AAC5B;
}
</style>
background-color css
<style>
a { background-color: #3AAC5B; }
a { background-color: rgb(58,172,91); }
div.DivClassName
{
background-color: #3AAC5B;
}
.BgClassName
{
background-color: #3AAC5B;
}
</style>
border-color css
<style>
span { border-color: #3AAC5B; }
span { border-color: rgb(58,172,91); }
td.TdClassName
{
border-color: #3AAC5B;
}
.TagClassName
{
border-color: #3AAC5B;
}
</style>