Shades of Chateau Green #3A9752
Tints of Chateau Green #3A9752
RGB
CMYK
RGB Variations
Color information
#3A9752 (or 0x3A9752) is known color: Chateau Green. HEX triplet: 3A, 97 and 52. RGB value is (58,151,82). Sum of RGB (Red+Green+Blue) = 58+151+82=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #3A9752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9752 is #C568AD. Grayscale: #737373. Windows color (decimal): -12937390 or 5412666. OLE color: 5412666.
HSL color Cylindrical-coordinate representation of color #3A9752: hue angle of 135.48º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9752 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 151 | 82 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.41 |
| HSL | 135.48º | 0.44% | 0.41% | - |
| HSV(B) | 135.48º | 0.62% | 0.59% | - |
| XYZ | 14.33 | 23.64 | 11.79 | - |
| YUV | 115.33 | 109.19 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 151 | 82 | 0.62 | 0 | 0.46 | 0.41 | 135.48 | 0.44 | 0.41 |
| Hex | 3A | 97 | 52 | 3E | 0 | 2E | 29 | 87 | 2C | 29 |
| Octal | 72 | 227 | 122 | 76 | 0 | 56 | 51 | 207 | 54 | 51 |
| Binary | 111010 | 10010111 | 1010010 | 111110 | 0 | 101110 | 101001 | 10000111 | 101100 | 101001 |
Color Harmonies of #3A9752
Complementary color
Monochromatic Colors of #3A9752
Black with #3A9752
Text Example
Text Example
White with #3A9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9752; }
p { color: rgb(58,151,82); }
H1.HeaderClassName
{
color: #3A9752;
}
.AnyTagClassName
{
color: #3A9752;
}
</style>
background-color css
<style>
a { background-color: #3A9752; }
a { background-color: rgb(58,151,82); }
div.DivClassName
{
background-color: #3A9752;
}
.BgClassName
{
background-color: #3A9752;
}
</style>
border-color css
<style>
span { border-color: #3A9752; }
span { border-color: rgb(58,151,82); }
td.TdClassName
{
border-color: #3A9752;
}
.TagClassName
{
border-color: #3A9752;
}
</style>