Shades of Chateau Green #3A9548
Tints of Chateau Green #3A9548
RGB
CMYK
RGB Variations
Color information
#3A9548 (or 0x3A9548) is known color: Chateau Green. HEX triplet: 3A, 95 and 48. RGB value is (58,149,72). Sum of RGB (Red+Green+Blue) = 58+149+72=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #3A9548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9548 is #C56AB7. Grayscale: #717171. Windows color (decimal): -12937912 or 4756794. OLE color: 4756794.
HSL color Cylindrical-coordinate representation of color #3A9548: hue angle of 129.23º 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 #3A9548 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 72 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.42 |
| HSL | 129.23º | 0.44% | 0.41% | - |
| HSV(B) | 129.23º | 0.61% | 0.58% | - |
| XYZ | 13.66 | 22.86 | 9.82 | - |
| YUV | 113.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 72 | 0.61 | 0 | 0.52 | 0.42 | 129.23 | 0.44 | 0.41 |
| Hex | 3A | 95 | 48 | 3D | 0 | 34 | 2A | 81 | 2C | 29 |
| Octal | 72 | 225 | 110 | 75 | 0 | 64 | 52 | 201 | 54 | 51 |
| Binary | 111010 | 10010101 | 1001000 | 111101 | 0 | 110100 | 101010 | 10000001 | 101100 | 101001 |
Color Harmonies of #3A9548
Complementary color
Monochromatic Colors of #3A9548
Black with #3A9548
Text Example
Text Example
White with #3A9548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9548; }
p { color: rgb(58,149,72); }
H1.HeaderClassName
{
color: #3A9548;
}
.AnyTagClassName
{
color: #3A9548;
}
</style>
background-color css
<style>
a { background-color: #3A9548; }
a { background-color: rgb(58,149,72); }
div.DivClassName
{
background-color: #3A9548;
}
.BgClassName
{
background-color: #3A9548;
}
</style>
border-color css
<style>
span { border-color: #3A9548; }
span { border-color: rgb(58,149,72); }
td.TdClassName
{
border-color: #3A9548;
}
.TagClassName
{
border-color: #3A9548;
}
</style>