Shades of Chateau Green #3A9150
Tints of Chateau Green #3A9150
RGB
CMYK
RGB Variations
Color information
#3A9150 (or 0x3A9150) is known color: Chateau Green. HEX triplet: 3A, 91 and 50. RGB value is (58,145,80). Sum of RGB (Red+Green+Blue) = 58+145+80=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #3A9150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9150 is #C56EAF. Grayscale: #6F6F6F. Windows color (decimal): -12938928 or 5280058. OLE color: 5280058.
HSL color Cylindrical-coordinate representation of color #3A9150: hue angle of 135.17º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9150 is Cyan = 0.6, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 145 | 80 | - |
| CMYK | 0.6 | 0 | 0.45 | 0.43 |
| HSL | 135.17º | 0.43% | 0.4% | - |
| HSV(B) | 135.17º | 0.6% | 0.57% | - |
| XYZ | 13.32 | 21.73 | 11.08 | - |
| YUV | 111.58 | 110.18 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 80 | 0.6 | 0 | 0.45 | 0.43 | 135.17 | 0.43 | 0.4 |
| Hex | 3A | 91 | 50 | 3C | 0 | 2D | 2B | 87 | 2B | 28 |
| Octal | 72 | 221 | 120 | 74 | 0 | 55 | 53 | 207 | 53 | 50 |
| Binary | 111010 | 10010001 | 1010000 | 111100 | 0 | 101101 | 101011 | 10000111 | 101011 | 101000 |
Color Harmonies of #3A9150
Complementary color
Monochromatic Colors of #3A9150
Black with #3A9150
Text Example
Text Example
White with #3A9150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9150; }
p { color: rgb(58,145,80); }
H1.HeaderClassName
{
color: #3A9150;
}
.AnyTagClassName
{
color: #3A9150;
}
</style>
background-color css
<style>
a { background-color: #3A9150; }
a { background-color: rgb(58,145,80); }
div.DivClassName
{
background-color: #3A9150;
}
.BgClassName
{
background-color: #3A9150;
}
</style>
border-color css
<style>
span { border-color: #3A9150; }
span { border-color: rgb(58,145,80); }
td.TdClassName
{
border-color: #3A9150;
}
.TagClassName
{
border-color: #3A9150;
}
</style>