Shades of Chateau Green #3B975A
Tints of Chateau Green #3B975A
RGB
CMYK
RGB Variations
Color information
#3B975A (or 0x3B975A) is known color: Chateau Green. HEX triplet: 3B, 97 and 5A. RGB value is (59,151,90). Sum of RGB (Red+Green+Blue) = 59+151+90=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #3B975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B975A is #C468A5. Grayscale: #747474. Windows color (decimal): -12871846 or 5936955. OLE color: 5936955.
HSL color Cylindrical-coordinate representation of color #3B975A: hue angle of 140.22º 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 #3B975A is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 151 | 90 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.41 |
| HSL | 140.22º | 0.44% | 0.41% | - |
| HSV(B) | 140.22º | 0.61% | 0.59% | - |
| XYZ | 14.72 | 23.8 | 13.49 | - |
| YUV | 116.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 151 | 90 | 0.61 | 0 | 0.40 | 0.41 | 140.22 | 0.44 | 0.41 |
| Hex | 3B | 97 | 5A | 3D | 0 | 28 | 29 | 8C | 2C | 29 |
| Octal | 73 | 227 | 132 | 75 | 0 | 50 | 51 | 214 | 54 | 51 |
| Binary | 111011 | 10010111 | 1011010 | 111101 | 0 | 101000 | 101001 | 10001100 | 101100 | 101001 |
Color Harmonies of #3B975A
Complementary color
Monochromatic Colors of #3B975A
Black with #3B975A
Text Example
Text Example
White with #3B975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B975A; }
p { color: rgb(59,151,90); }
H1.HeaderClassName
{
color: #3B975A;
}
.AnyTagClassName
{
color: #3B975A;
}
</style>
background-color css
<style>
a { background-color: #3B975A; }
a { background-color: rgb(59,151,90); }
div.DivClassName
{
background-color: #3B975A;
}
.BgClassName
{
background-color: #3B975A;
}
</style>
border-color css
<style>
span { border-color: #3B975A; }
span { border-color: rgb(59,151,90); }
td.TdClassName
{
border-color: #3B975A;
}
.TagClassName
{
border-color: #3B975A;
}
</style>