Shades of Chateau Green #3D954D
Tints of Chateau Green #3D954D
RGB
CMYK
RGB Variations
Color information
#3D954D (or 0x3D954D) is known color: Chateau Green. HEX triplet: 3D, 95 and 4D. RGB value is (61,149,77). Sum of RGB (Red+Green+Blue) = 61+149+77=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #3D954D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D954D is #C26AB2. Grayscale: #727272. Windows color (decimal): -12741299 or 5084477. OLE color: 5084477.
HSL color Cylindrical-coordinate representation of color #3D954D: hue angle of 130.91º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D954D is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 149 | 77 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.42 |
| HSL | 130.91º | 0.42% | 0.41% | - |
| HSV(B) | 130.91º | 0.59% | 0.58% | - |
| XYZ | 14.01 | 23.02 | 10.73 | - |
| YUV | 114.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 149 | 77 | 0.59 | 0 | 0.48 | 0.42 | 130.91 | 0.42 | 0.41 |
| Hex | 3D | 95 | 4D | 3B | 0 | 30 | 2A | 83 | 2A | 29 |
| Octal | 75 | 225 | 115 | 73 | 0 | 60 | 52 | 203 | 52 | 51 |
| Binary | 111101 | 10010101 | 1001101 | 111011 | 0 | 110000 | 101010 | 10000011 | 101010 | 101001 |
Color Harmonies of #3D954D
Complementary color
Monochromatic Colors of #3D954D
Black with #3D954D
Text Example
Text Example
White with #3D954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D954D; }
p { color: rgb(61,149,77); }
H1.HeaderClassName
{
color: #3D954D;
}
.AnyTagClassName
{
color: #3D954D;
}
</style>
background-color css
<style>
a { background-color: #3D954D; }
a { background-color: rgb(61,149,77); }
div.DivClassName
{
background-color: #3D954D;
}
.BgClassName
{
background-color: #3D954D;
}
</style>
border-color css
<style>
span { border-color: #3D954D; }
span { border-color: rgb(61,149,77); }
td.TdClassName
{
border-color: #3D954D;
}
.TagClassName
{
border-color: #3D954D;
}
</style>