Shades of Chateau Green #3D8C52
Tints of Chateau Green #3D8C52
RGB
CMYK
RGB Variations
Color information
#3D8C52 (or 0x3D8C52) is known color: Chateau Green. HEX triplet: 3D, 8C and 52. RGB value is (61,140,82). Sum of RGB (Red+Green+Blue) = 61+140+82=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 140 (55.08% from 255 or 49.47% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 140 - color contains mainly: green. Hex color #3D8C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8C52 is #C273AD. Grayscale: #6D6D6D. Windows color (decimal): -12743598 or 5409853. OLE color: 5409853.
HSL color Cylindrical-coordinate representation of color #3D8C52: hue angle of 135.95º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8C52 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 140 | 82 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.45 |
| HSL | 135.95º | 0.39% | 0.39% | - |
| HSV(B) | 135.95º | 0.56% | 0.55% | - |
| XYZ | 12.83 | 20.36 | 11.24 | - |
| YUV | 109.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 140 | 82 | 0.56 | 0 | 0.41 | 0.45 | 135.95 | 0.39 | 0.39 |
| Hex | 3D | 8C | 52 | 38 | 0 | 29 | 2D | 88 | 27 | 27 |
| Octal | 75 | 214 | 122 | 70 | 0 | 51 | 55 | 210 | 47 | 47 |
| Binary | 111101 | 10001100 | 1010010 | 111000 | 0 | 101001 | 101101 | 10001000 | 100111 | 100111 |
Color Harmonies of #3D8C52
Complementary color
Monochromatic Colors of #3D8C52
Black with #3D8C52
Text Example
Text Example
White with #3D8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8C52; }
p { color: rgb(61,140,82); }
H1.HeaderClassName
{
color: #3D8C52;
}
.AnyTagClassName
{
color: #3D8C52;
}
</style>
background-color css
<style>
a { background-color: #3D8C52; }
a { background-color: rgb(61,140,82); }
div.DivClassName
{
background-color: #3D8C52;
}
.BgClassName
{
background-color: #3D8C52;
}
</style>
border-color css
<style>
span { border-color: #3D8C52; }
span { border-color: rgb(61,140,82); }
td.TdClassName
{
border-color: #3D8C52;
}
.TagClassName
{
border-color: #3D8C52;
}
</style>