Shades of Chateau Green #3B954D
Tints of Chateau Green #3B954D
RGB
CMYK
RGB Variations
Color information
#3B954D (or 0x3B954D) is known color: Chateau Green. HEX triplet: 3B, 95 and 4D. RGB value is (59,149,77). Sum of RGB (Red+Green+Blue) = 59+149+77=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #3B954D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B954D is #C46AB2. Grayscale: #727272. Windows color (decimal): -12872371 or 5084475. OLE color: 5084475.
HSL color Cylindrical-coordinate representation of color #3B954D: hue angle of 132º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B954D is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 149 | 77 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.42 |
| HSL | 132º | 0.43% | 0.41% | - |
| HSV(B) | 132º | 0.6% | 0.58% | - |
| XYZ | 13.89 | 22.96 | 10.72 | - |
| YUV | 113.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 149 | 77 | 0.60 | 0 | 0.48 | 0.42 | 132 | 0.43 | 0.41 |
| Hex | 3B | 95 | 4D | 3C | 0 | 30 | 2A | 84 | 2B | 29 |
| Octal | 73 | 225 | 115 | 74 | 0 | 60 | 52 | 204 | 53 | 51 |
| Binary | 111011 | 10010101 | 1001101 | 111100 | 0 | 110000 | 101010 | 10000100 | 101011 | 101001 |
Color Harmonies of #3B954D
Complementary color
Monochromatic Colors of #3B954D
Black with #3B954D
Text Example
Text Example
White with #3B954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B954D; }
p { color: rgb(59,149,77); }
H1.HeaderClassName
{
color: #3B954D;
}
.AnyTagClassName
{
color: #3B954D;
}
</style>
background-color css
<style>
a { background-color: #3B954D; }
a { background-color: rgb(59,149,77); }
div.DivClassName
{
background-color: #3B954D;
}
.BgClassName
{
background-color: #3B954D;
}
</style>
border-color css
<style>
span { border-color: #3B954D; }
span { border-color: rgb(59,149,77); }
td.TdClassName
{
border-color: #3B954D;
}
.TagClassName
{
border-color: #3B954D;
}
</style>