Shades of Chateau Green #3A9550
Tints of Chateau Green #3A9550
RGB
CMYK
RGB Variations
Color information
#3A9550 (or 0x3A9550) is known color: Chateau Green. HEX triplet: 3A, 95 and 50. RGB value is (58,149,80). Sum of RGB (Red+Green+Blue) = 58+149+80=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #3A9550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9550 is #C56AAF. Grayscale: #727272. Windows color (decimal): -12937904 or 5281082. OLE color: 5281082.
HSL color Cylindrical-coordinate representation of color #3A9550: hue angle of 134.51º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9550 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 80 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.42 |
| HSL | 134.51º | 0.44% | 0.41% | - |
| HSV(B) | 134.51º | 0.61% | 0.58% | - |
| XYZ | 13.94 | 22.97 | 11.29 | - |
| YUV | 113.93 | 108.85 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 80 | 0.61 | 0 | 0.46 | 0.42 | 134.51 | 0.44 | 0.41 |
| Hex | 3A | 95 | 50 | 3D | 0 | 2E | 2A | 87 | 2C | 29 |
| Octal | 72 | 225 | 120 | 75 | 0 | 56 | 52 | 207 | 54 | 51 |
| Binary | 111010 | 10010101 | 1010000 | 111101 | 0 | 101110 | 101010 | 10000111 | 101100 | 101001 |
Color Harmonies of #3A9550
Complementary color
Monochromatic Colors of #3A9550
Black with #3A9550
Text Example
Text Example
White with #3A9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9550; }
p { color: rgb(58,149,80); }
H1.HeaderClassName
{
color: #3A9550;
}
.AnyTagClassName
{
color: #3A9550;
}
</style>
background-color css
<style>
a { background-color: #3A9550; }
a { background-color: rgb(58,149,80); }
div.DivClassName
{
background-color: #3A9550;
}
.BgClassName
{
background-color: #3A9550;
}
</style>
border-color css
<style>
span { border-color: #3A9550; }
span { border-color: rgb(58,149,80); }
td.TdClassName
{
border-color: #3A9550;
}
.TagClassName
{
border-color: #3A9550;
}
</style>