Shades of Chateau Green #3B964C
Tints of Chateau Green #3B964C
RGB
CMYK
RGB Variations
Color information
#3B964C (or 0x3B964C) is known color: Chateau Green. HEX triplet: 3B, 96 and 4C. RGB value is (59,150,76). Sum of RGB (Red+Green+Blue) = 59+150+76=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #3B964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B964C is #C469B3. Grayscale: #727272. Windows color (decimal): -12872116 or 5019195. OLE color: 5019195.
HSL color Cylindrical-coordinate representation of color #3B964C: hue angle of 131.21º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B964C is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 150 | 76 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.41 |
| HSL | 131.21º | 0.44% | 0.41% | - |
| HSV(B) | 131.21º | 0.61% | 0.59% | - |
| XYZ | 14.01 | 23.26 | 10.59 | - |
| YUV | 114.36 | 106.35 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 150 | 76 | 0.61 | 0 | 0.49 | 0.41 | 131.21 | 0.44 | 0.41 |
| Hex | 3B | 96 | 4C | 3D | 0 | 31 | 29 | 83 | 2C | 29 |
| Octal | 73 | 226 | 114 | 75 | 0 | 61 | 51 | 203 | 54 | 51 |
| Binary | 111011 | 10010110 | 1001100 | 111101 | 0 | 110001 | 101001 | 10000011 | 101100 | 101001 |
Color Harmonies of #3B964C
Complementary color
Monochromatic Colors of #3B964C
Black with #3B964C
Text Example
Text Example
White with #3B964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B964C; }
p { color: rgb(59,150,76); }
H1.HeaderClassName
{
color: #3B964C;
}
.AnyTagClassName
{
color: #3B964C;
}
</style>
background-color css
<style>
a { background-color: #3B964C; }
a { background-color: rgb(59,150,76); }
div.DivClassName
{
background-color: #3B964C;
}
.BgClassName
{
background-color: #3B964C;
}
</style>
border-color css
<style>
span { border-color: #3B964C; }
span { border-color: rgb(59,150,76); }
td.TdClassName
{
border-color: #3B964C;
}
.TagClassName
{
border-color: #3B964C;
}
</style>