Shades of Chateau Green #3AAA5D
Tints of Chateau Green #3AAA5D
RGB
CMYK
RGB Variations
Color information
#3AAA5D (or 0x3AAA5D) is known color: Chateau Green. HEX triplet: 3A, AA and 5D. RGB value is (58,170,93). Sum of RGB (Red+Green+Blue) = 58+170+93=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA5D is #C555A2. Grayscale: #7F7F7F. Windows color (decimal): -12932515 or 6138426. OLE color: 6138426.
HSL color Cylindrical-coordinate representation of color #3AAA5D: hue angle of 138.75º 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 #3AAA5D is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 93 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.33 |
| HSL | 138.75º | 0.49% | 0.45% | - |
| HSV(B) | 138.75º | 0.66% | 0.67% | - |
| XYZ | 18.1 | 30.44 | 15.28 | - |
| YUV | 127.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 93 | 0.66 | 0 | 0.45 | 0.33 | 138.75 | 0.49 | 0.45 |
| Hex | 3A | AA | 5D | 42 | 0 | 2D | 21 | 8B | 31 | 2D |
| Octal | 72 | 252 | 135 | 102 | 0 | 55 | 41 | 213 | 61 | 55 |
| Binary | 111010 | 10101010 | 1011101 | 1000010 | 0 | 101101 | 100001 | 10001011 | 110001 | 101101 |
Color Harmonies of #3AAA5D
Complementary color
Monochromatic Colors of #3AAA5D
Black with #3AAA5D
Text Example
Text Example
White with #3AAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA5D; }
p { color: rgb(58,170,93); }
H1.HeaderClassName
{
color: #3AAA5D;
}
.AnyTagClassName
{
color: #3AAA5D;
}
</style>
background-color css
<style>
a { background-color: #3AAA5D; }
a { background-color: rgb(58,170,93); }
div.DivClassName
{
background-color: #3AAA5D;
}
.BgClassName
{
background-color: #3AAA5D;
}
</style>
border-color css
<style>
span { border-color: #3AAA5D; }
span { border-color: rgb(58,170,93); }
td.TdClassName
{
border-color: #3AAA5D;
}
.TagClassName
{
border-color: #3AAA5D;
}
</style>