Shades of Chateau Green #3D914D
Tints of Chateau Green #3D914D
RGB
CMYK
RGB Variations
Color information
#3D914D (or 0x3D914D) is known color: Chateau Green. HEX triplet: 3D, 91 and 4D. RGB value is (61,145,77). Sum of RGB (Red+Green+Blue) = 61+145+77=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #3D914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D914D is #C26EB2. Grayscale: #707070. Windows color (decimal): -12742323 or 5083453. OLE color: 5083453.
HSL color Cylindrical-coordinate representation of color #3D914D: hue angle of 131.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D914D is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 145 | 77 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.43 |
| HSL | 131.43º | 0.41% | 0.4% | - |
| HSV(B) | 131.43º | 0.58% | 0.57% | - |
| XYZ | 13.39 | 21.78 | 10.52 | - |
| YUV | 112.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 77 | 0.58 | 0 | 0.47 | 0.43 | 131.43 | 0.41 | 0.4 |
| Hex | 3D | 91 | 4D | 3A | 0 | 2F | 2B | 83 | 29 | 28 |
| Octal | 75 | 221 | 115 | 72 | 0 | 57 | 53 | 203 | 51 | 50 |
| Binary | 111101 | 10010001 | 1001101 | 111010 | 0 | 101111 | 101011 | 10000011 | 101001 | 101000 |
Color Harmonies of #3D914D
Complementary color
Monochromatic Colors of #3D914D
Black with #3D914D
Text Example
Text Example
White with #3D914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D914D; }
p { color: rgb(61,145,77); }
H1.HeaderClassName
{
color: #3D914D;
}
.AnyTagClassName
{
color: #3D914D;
}
</style>
background-color css
<style>
a { background-color: #3D914D; }
a { background-color: rgb(61,145,77); }
div.DivClassName
{
background-color: #3D914D;
}
.BgClassName
{
background-color: #3D914D;
}
</style>
border-color css
<style>
span { border-color: #3D914D; }
span { border-color: rgb(61,145,77); }
td.TdClassName
{
border-color: #3D914D;
}
.TagClassName
{
border-color: #3D914D;
}
</style>