Shades of Chateau Green #3A9646
Tints of Chateau Green #3A9646
RGB
CMYK
RGB Variations
Color information
#3A9646 (or 0x3A9646) is known color: Chateau Green. HEX triplet: 3A, 96 and 46. RGB value is (58,150,70). Sum of RGB (Red+Green+Blue) = 58+150+70=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #3A9646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9646 is #C569B9. Grayscale: #717171. Windows color (decimal): -12937658 or 4625978. OLE color: 4625978.
HSL color Cylindrical-coordinate representation of color #3A9646: hue angle of 127.83º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9646 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 150 | 70 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.41 |
| HSL | 127.83º | 0.44% | 0.41% | - |
| HSV(B) | 127.83º | 0.61% | 0.59% | - |
| XYZ | 13.76 | 23.15 | 9.54 | - |
| YUV | 113.37 | 103.52 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 70 | 0.61 | 0 | 0.53 | 0.41 | 127.83 | 0.44 | 0.41 |
| Hex | 3A | 96 | 46 | 3D | 0 | 35 | 29 | 80 | 2C | 29 |
| Octal | 72 | 226 | 106 | 75 | 0 | 65 | 51 | 200 | 54 | 51 |
| Binary | 111010 | 10010110 | 1000110 | 111101 | 0 | 110101 | 101001 | 10000000 | 101100 | 101001 |
Color Harmonies of #3A9646
Complementary color
Monochromatic Colors of #3A9646
Black with #3A9646
Text Example
Text Example
White with #3A9646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9646; }
p { color: rgb(58,150,70); }
H1.HeaderClassName
{
color: #3A9646;
}
.AnyTagClassName
{
color: #3A9646;
}
</style>
background-color css
<style>
a { background-color: #3A9646; }
a { background-color: rgb(58,150,70); }
div.DivClassName
{
background-color: #3A9646;
}
.BgClassName
{
background-color: #3A9646;
}
</style>
border-color css
<style>
span { border-color: #3A9646; }
span { border-color: rgb(58,150,70); }
td.TdClassName
{
border-color: #3A9646;
}
.TagClassName
{
border-color: #3A9646;
}
</style>