Shades of Chateau Green #3D8E4D
Tints of Chateau Green #3D8E4D
RGB
CMYK
RGB Variations
Color information
#3D8E4D (or 0x3D8E4D) is known color: Chateau Green. HEX triplet: 3D, 8E and 4D. RGB value is (61,142,77). Sum of RGB (Red+Green+Blue) = 61+142+77=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8E4D is #C271B2. Grayscale: #6E6E6E. Windows color (decimal): -12743091 or 5082685. OLE color: 5082685.
HSL color Cylindrical-coordinate representation of color #3D8E4D: hue angle of 131.85º 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 #3D8E4D is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 142 | 77 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.44 |
| HSL | 131.85º | 0.4% | 0.4% | - |
| HSV(B) | 131.85º | 0.57% | 0.56% | - |
| XYZ | 12.94 | 20.87 | 10.37 | - |
| YUV | 110.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 142 | 77 | 0.57 | 0 | 0.46 | 0.44 | 131.85 | 0.4 | 0.4 |
| Hex | 3D | 8E | 4D | 39 | 0 | 2E | 2C | 84 | 28 | 28 |
| Octal | 75 | 216 | 115 | 71 | 0 | 56 | 54 | 204 | 50 | 50 |
| Binary | 111101 | 10001110 | 1001101 | 111001 | 0 | 101110 | 101100 | 10000100 | 101000 | 101000 |
Color Harmonies of #3D8E4D
Complementary color
Monochromatic Colors of #3D8E4D
Black with #3D8E4D
Text Example
Text Example
White with #3D8E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8E4D; }
p { color: rgb(61,142,77); }
H1.HeaderClassName
{
color: #3D8E4D;
}
.AnyTagClassName
{
color: #3D8E4D;
}
</style>
background-color css
<style>
a { background-color: #3D8E4D; }
a { background-color: rgb(61,142,77); }
div.DivClassName
{
background-color: #3D8E4D;
}
.BgClassName
{
background-color: #3D8E4D;
}
</style>
border-color css
<style>
span { border-color: #3D8E4D; }
span { border-color: rgb(61,142,77); }
td.TdClassName
{
border-color: #3D8E4D;
}
.TagClassName
{
border-color: #3D8E4D;
}
</style>