Shades of Chateau Green #3AAA5B
Tints of Chateau Green #3AAA5B
RGB
CMYK
RGB Variations
Color information
#3AAA5B (or 0x3AAA5B) is known color: Chateau Green. HEX triplet: 3A, AA and 5B. RGB value is (58,170,91). Sum of RGB (Red+Green+Blue) = 58+170+91=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA5B is #C555A4. Grayscale: #7F7F7F. Windows color (decimal): -12932517 or 6007354. OLE color: 6007354.
HSL color Cylindrical-coordinate representation of color #3AAA5B: hue angle of 137.68º 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 #3AAA5B is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 91 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.33 |
| HSL | 137.68º | 0.49% | 0.45% | - |
| HSV(B) | 137.68º | 0.66% | 0.67% | - |
| XYZ | 18.01 | 30.4 | 14.82 | - |
| YUV | 127.51 | 107.39 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 91 | 0.66 | 0 | 0.46 | 0.33 | 137.68 | 0.49 | 0.45 |
| Hex | 3A | AA | 5B | 42 | 0 | 2E | 21 | 8A | 31 | 2D |
| Octal | 72 | 252 | 133 | 102 | 0 | 56 | 41 | 212 | 61 | 55 |
| Binary | 111010 | 10101010 | 1011011 | 1000010 | 0 | 101110 | 100001 | 10001010 | 110001 | 101101 |
Color Harmonies of #3AAA5B
Complementary color
Monochromatic Colors of #3AAA5B
Black with #3AAA5B
Text Example
Text Example
White with #3AAA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA5B; }
p { color: rgb(58,170,91); }
H1.HeaderClassName
{
color: #3AAA5B;
}
.AnyTagClassName
{
color: #3AAA5B;
}
</style>
background-color css
<style>
a { background-color: #3AAA5B; }
a { background-color: rgb(58,170,91); }
div.DivClassName
{
background-color: #3AAA5B;
}
.BgClassName
{
background-color: #3AAA5B;
}
</style>
border-color css
<style>
span { border-color: #3AAA5B; }
span { border-color: rgb(58,170,91); }
td.TdClassName
{
border-color: #3AAA5B;
}
.TagClassName
{
border-color: #3AAA5B;
}
</style>