Shades of Chateau Green #3D8D49
Tints of Chateau Green #3D8D49
RGB
CMYK
RGB Variations
Color information
#3D8D49 (or 0x3D8D49) is known color: Chateau Green. HEX triplet: 3D, 8D and 49. RGB value is (61,141,73). Sum of RGB (Red+Green+Blue) = 61+141+73=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8D49 is #C272B6. Grayscale: #6D6D6D. Windows color (decimal): -12743351 or 4820285. OLE color: 4820285.
HSL color Cylindrical-coordinate representation of color #3D8D49: hue angle of 129º 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 #3D8D49 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 141 | 73 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.45 |
| HSL | 129º | 0.4% | 0.4% | - |
| HSV(B) | 129º | 0.57% | 0.55% | - |
| XYZ | 12.65 | 20.52 | 9.6 | - |
| YUV | 109.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 141 | 73 | 0.57 | 0 | 0.48 | 0.45 | 129 | 0.4 | 0.4 |
| Hex | 3D | 8D | 49 | 39 | 0 | 30 | 2D | 81 | 28 | 28 |
| Octal | 75 | 215 | 111 | 71 | 0 | 60 | 55 | 201 | 50 | 50 |
| Binary | 111101 | 10001101 | 1001001 | 111001 | 0 | 110000 | 101101 | 10000001 | 101000 | 101000 |
Color Harmonies of #3D8D49
Complementary color
Monochromatic Colors of #3D8D49
Black with #3D8D49
Text Example
Text Example
White with #3D8D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8D49; }
p { color: rgb(61,141,73); }
H1.HeaderClassName
{
color: #3D8D49;
}
.AnyTagClassName
{
color: #3D8D49;
}
</style>
background-color css
<style>
a { background-color: #3D8D49; }
a { background-color: rgb(61,141,73); }
div.DivClassName
{
background-color: #3D8D49;
}
.BgClassName
{
background-color: #3D8D49;
}
</style>
border-color css
<style>
span { border-color: #3D8D49; }
span { border-color: rgb(61,141,73); }
td.TdClassName
{
border-color: #3D8D49;
}
.TagClassName
{
border-color: #3D8D49;
}
</style>