Shades of Chateau Green #3D964C
Tints of Chateau Green #3D964C
RGB
CMYK
RGB Variations
Color information
#3D964C (or 0x3D964C) is known color: Chateau Green. HEX triplet: 3D, 96 and 4C. RGB value is (61,150,76). Sum of RGB (Red+Green+Blue) = 61+150+76=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #3D964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D964C is #C269B3. Grayscale: #737373. Windows color (decimal): -12741044 or 5019197. OLE color: 5019197.
HSL color Cylindrical-coordinate representation of color #3D964C: hue angle of 130.11º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D964C is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 150 | 76 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.41 |
| HSL | 130.11º | 0.42% | 0.41% | - |
| HSV(B) | 130.11º | 0.59% | 0.59% | - |
| XYZ | 14.14 | 23.33 | 10.59 | - |
| YUV | 114.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 150 | 76 | 0.59 | 0 | 0.49 | 0.41 | 130.11 | 0.42 | 0.41 |
| Hex | 3D | 96 | 4C | 3B | 0 | 31 | 29 | 82 | 2A | 29 |
| Octal | 75 | 226 | 114 | 73 | 0 | 61 | 51 | 202 | 52 | 51 |
| Binary | 111101 | 10010110 | 1001100 | 111011 | 0 | 110001 | 101001 | 10000010 | 101010 | 101001 |
Color Harmonies of #3D964C
Complementary color
Monochromatic Colors of #3D964C
Black with #3D964C
Text Example
Text Example
White with #3D964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D964C; }
p { color: rgb(61,150,76); }
H1.HeaderClassName
{
color: #3D964C;
}
.AnyTagClassName
{
color: #3D964C;
}
</style>
background-color css
<style>
a { background-color: #3D964C; }
a { background-color: rgb(61,150,76); }
div.DivClassName
{
background-color: #3D964C;
}
.BgClassName
{
background-color: #3D964C;
}
</style>
border-color css
<style>
span { border-color: #3D964C; }
span { border-color: rgb(61,150,76); }
td.TdClassName
{
border-color: #3D964C;
}
.TagClassName
{
border-color: #3D964C;
}
</style>