Shades of Chateau Green #3B9755
Tints of Chateau Green #3B9755
RGB
CMYK
RGB Variations
Color information
#3B9755 (or 0x3B9755) is known color: Chateau Green. HEX triplet: 3B, 97 and 55. RGB value is (59,151,85). Sum of RGB (Red+Green+Blue) = 59+151+85=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #3B9755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9755 is #C468AA. Grayscale: #747474. Windows color (decimal): -12871851 or 5609275. OLE color: 5609275.
HSL color Cylindrical-coordinate representation of color #3B9755: hue angle of 136.96º 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 #3B9755 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 151 | 85 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.41 |
| HSL | 136.96º | 0.44% | 0.41% | - |
| HSV(B) | 136.96º | 0.61% | 0.59% | - |
| XYZ | 14.51 | 23.72 | 12.41 | - |
| YUV | 115.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 151 | 85 | 0.61 | 0 | 0.44 | 0.41 | 136.96 | 0.44 | 0.41 |
| Hex | 3B | 97 | 55 | 3D | 0 | 2C | 29 | 89 | 2C | 29 |
| Octal | 73 | 227 | 125 | 75 | 0 | 54 | 51 | 211 | 54 | 51 |
| Binary | 111011 | 10010111 | 1010101 | 111101 | 0 | 101100 | 101001 | 10001001 | 101100 | 101001 |
Color Harmonies of #3B9755
Complementary color
Monochromatic Colors of #3B9755
Black with #3B9755
Text Example
Text Example
White with #3B9755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9755; }
p { color: rgb(59,151,85); }
H1.HeaderClassName
{
color: #3B9755;
}
.AnyTagClassName
{
color: #3B9755;
}
</style>
background-color css
<style>
a { background-color: #3B9755; }
a { background-color: rgb(59,151,85); }
div.DivClassName
{
background-color: #3B9755;
}
.BgClassName
{
background-color: #3B9755;
}
</style>
border-color css
<style>
span { border-color: #3B9755; }
span { border-color: rgb(59,151,85); }
td.TdClassName
{
border-color: #3B9755;
}
.TagClassName
{
border-color: #3B9755;
}
</style>