Shades of Chateau Green #3D9752
Tints of Chateau Green #3D9752
RGB
CMYK
RGB Variations
Color information
#3D9752 (or 0x3D9752) is known color: Chateau Green. HEX triplet: 3D, 97 and 52. RGB value is (61,151,82). Sum of RGB (Red+Green+Blue) = 61+151+82=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #3D9752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9752 is #C268AD. Grayscale: #747474. Windows color (decimal): -12740782 or 5412669. OLE color: 5412669.
HSL color Cylindrical-coordinate representation of color #3D9752: hue angle of 134º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9752 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 151 | 82 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.41 |
| HSL | 134º | 0.42% | 0.42% | - |
| HSV(B) | 134º | 0.6% | 0.59% | - |
| XYZ | 14.51 | 23.73 | 11.8 | - |
| YUV | 116.22 | 108.68 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 151 | 82 | 0.60 | 0 | 0.46 | 0.41 | 134 | 0.42 | 0.42 |
| Hex | 3D | 97 | 52 | 3C | 0 | 2E | 29 | 86 | 2A | 2A |
| Octal | 75 | 227 | 122 | 74 | 0 | 56 | 51 | 206 | 52 | 52 |
| Binary | 111101 | 10010111 | 1010010 | 111100 | 0 | 101110 | 101001 | 10000110 | 101010 | 101010 |
Color Harmonies of #3D9752
Complementary color
Monochromatic Colors of #3D9752
Black with #3D9752
Text Example
Text Example
White with #3D9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9752; }
p { color: rgb(61,151,82); }
H1.HeaderClassName
{
color: #3D9752;
}
.AnyTagClassName
{
color: #3D9752;
}
</style>
background-color css
<style>
a { background-color: #3D9752; }
a { background-color: rgb(61,151,82); }
div.DivClassName
{
background-color: #3D9752;
}
.BgClassName
{
background-color: #3D9752;
}
</style>
border-color css
<style>
span { border-color: #3D9752; }
span { border-color: rgb(61,151,82); }
td.TdClassName
{
border-color: #3D9752;
}
.TagClassName
{
border-color: #3D9752;
}
</style>