Shades of Chateau Green #3D8D4D
Tints of Chateau Green #3D8D4D
RGB
CMYK
RGB Variations
Color information
#3D8D4D (or 0x3D8D4D) is known color: Chateau Green. HEX triplet: 3D, 8D and 4D. RGB value is (61,141,77). Sum of RGB (Red+Green+Blue) = 61+141+77=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8D4D is #C272B2. Grayscale: #6D6D6D. Windows color (decimal): -12743347 or 5082429. OLE color: 5082429.
HSL color Cylindrical-coordinate representation of color #3D8D4D: hue angle of 132º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8D4D is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 141 | 77 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.45 |
| HSL | 132º | 0.4% | 0.4% | - |
| HSV(B) | 132º | 0.57% | 0.55% | - |
| XYZ | 12.79 | 20.58 | 10.32 | - |
| YUV | 109.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 141 | 77 | 0.57 | 0 | 0.45 | 0.45 | 132 | 0.4 | 0.4 |
| Hex | 3D | 8D | 4D | 39 | 0 | 2D | 2D | 84 | 28 | 28 |
| Octal | 75 | 215 | 115 | 71 | 0 | 55 | 55 | 204 | 50 | 50 |
| Binary | 111101 | 10001101 | 1001101 | 111001 | 0 | 101101 | 101101 | 10000100 | 101000 | 101000 |
Color Harmonies of #3D8D4D
Complementary color
Monochromatic Colors of #3D8D4D
Black with #3D8D4D
Text Example
Text Example
White with #3D8D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8D4D; }
p { color: rgb(61,141,77); }
H1.HeaderClassName
{
color: #3D8D4D;
}
.AnyTagClassName
{
color: #3D8D4D;
}
</style>
background-color css
<style>
a { background-color: #3D8D4D; }
a { background-color: rgb(61,141,77); }
div.DivClassName
{
background-color: #3D8D4D;
}
.BgClassName
{
background-color: #3D8D4D;
}
</style>
border-color css
<style>
span { border-color: #3D8D4D; }
span { border-color: rgb(61,141,77); }
td.TdClassName
{
border-color: #3D8D4D;
}
.TagClassName
{
border-color: #3D8D4D;
}
</style>