Shades of Chateau Green #3AA558
Tints of Chateau Green #3AA558
RGB
CMYK
RGB Variations
Color information
#3AA558 (or 0x3AA558) is known color: Chateau Green. HEX triplet: 3A, A5 and 58. RGB value is (58,165,88). Sum of RGB (Red+Green+Blue) = 58+165+88=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA558 is #C55AA7. Grayscale: #7C7C7C. Windows color (decimal): -12933800 or 5809466. OLE color: 5809466.
HSL color Cylindrical-coordinate representation of color #3AA558: hue angle of 136.82º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA558 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 165 | 88 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.35 |
| HSL | 136.82º | 0.48% | 0.44% | - |
| HSV(B) | 136.82º | 0.65% | 0.65% | - |
| XYZ | 16.96 | 28.51 | 13.84 | - |
| YUV | 124.23 | 107.55 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 165 | 88 | 0.65 | 0 | 0.47 | 0.35 | 136.82 | 0.48 | 0.44 |
| Hex | 3A | A5 | 58 | 41 | 0 | 2F | 23 | 89 | 30 | 2C |
| Octal | 72 | 245 | 130 | 101 | 0 | 57 | 43 | 211 | 60 | 54 |
| Binary | 111010 | 10100101 | 1011000 | 1000001 | 0 | 101111 | 100011 | 10001001 | 110000 | 101100 |
Color Harmonies of #3AA558
Complementary color
Monochromatic Colors of #3AA558
Black with #3AA558
Text Example
Text Example
White with #3AA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA558; }
p { color: rgb(58,165,88); }
H1.HeaderClassName
{
color: #3AA558;
}
.AnyTagClassName
{
color: #3AA558;
}
</style>
background-color css
<style>
a { background-color: #3AA558; }
a { background-color: rgb(58,165,88); }
div.DivClassName
{
background-color: #3AA558;
}
.BgClassName
{
background-color: #3AA558;
}
</style>
border-color css
<style>
span { border-color: #3AA558; }
span { border-color: rgb(58,165,88); }
td.TdClassName
{
border-color: #3AA558;
}
.TagClassName
{
border-color: #3AA558;
}
</style>