Shades of Chateau Green #3D8E50
Tints of Chateau Green #3D8E50
RGB
CMYK
RGB Variations
Color information
#3D8E50 (or 0x3D8E50) is known color: Chateau Green. HEX triplet: 3D, 8E and 50. RGB value is (61,142,80). Sum of RGB (Red+Green+Blue) = 61+142+80=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8E50 is #C271AF. Grayscale: #6E6E6E. Windows color (decimal): -12743088 or 5279293. OLE color: 5279293.
HSL color Cylindrical-coordinate representation of color #3D8E50: hue angle of 134.07º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8E50 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 142 | 80 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.44 |
| HSL | 134.07º | 0.4% | 0.4% | - |
| HSV(B) | 134.07º | 0.57% | 0.56% | - |
| XYZ | 13.05 | 20.92 | 10.94 | - |
| YUV | 110.71 | 110.66 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 142 | 80 | 0.57 | 0 | 0.44 | 0.44 | 134.07 | 0.4 | 0.4 |
| Hex | 3D | 8E | 50 | 39 | 0 | 2C | 2C | 86 | 28 | 28 |
| Octal | 75 | 216 | 120 | 71 | 0 | 54 | 54 | 206 | 50 | 50 |
| Binary | 111101 | 10001110 | 1010000 | 111001 | 0 | 101100 | 101100 | 10000110 | 101000 | 101000 |
Color Harmonies of #3D8E50
Complementary color
Monochromatic Colors of #3D8E50
Black with #3D8E50
Text Example
Text Example
White with #3D8E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8E50; }
p { color: rgb(61,142,80); }
H1.HeaderClassName
{
color: #3D8E50;
}
.AnyTagClassName
{
color: #3D8E50;
}
</style>
background-color css
<style>
a { background-color: #3D8E50; }
a { background-color: rgb(61,142,80); }
div.DivClassName
{
background-color: #3D8E50;
}
.BgClassName
{
background-color: #3D8E50;
}
</style>
border-color css
<style>
span { border-color: #3D8E50; }
span { border-color: rgb(61,142,80); }
td.TdClassName
{
border-color: #3D8E50;
}
.TagClassName
{
border-color: #3D8E50;
}
</style>