Shades of Chateau Green #3B9C5E
Tints of Chateau Green #3B9C5E
RGB
CMYK
RGB Variations
Color information
#3B9C5E (or 0x3B9C5E) is known color: Chateau Green. HEX triplet: 3B, 9C and 5E. RGB value is (59,156,94). Sum of RGB (Red+Green+Blue) = 59+156+94=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9C5E is #C463A1. Grayscale: #787878. Windows color (decimal): -12870562 or 6200379. OLE color: 6200379.
HSL color Cylindrical-coordinate representation of color #3B9C5E: hue angle of 141.65º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9C5E is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 156 | 94 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.39 |
| HSL | 141.65º | 0.45% | 0.42% | - |
| HSV(B) | 141.65º | 0.62% | 0.61% | - |
| XYZ | 15.71 | 25.51 | 14.69 | - |
| YUV | 119.93 | 113.36 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 156 | 94 | 0.62 | 0 | 0.40 | 0.39 | 141.65 | 0.45 | 0.42 |
| Hex | 3B | 9C | 5E | 3E | 0 | 28 | 27 | 8E | 2D | 2A |
| Octal | 73 | 234 | 136 | 76 | 0 | 50 | 47 | 216 | 55 | 52 |
| Binary | 111011 | 10011100 | 1011110 | 111110 | 0 | 101000 | 100111 | 10001110 | 101101 | 101010 |
Color Harmonies of #3B9C5E
Complementary color
Monochromatic Colors of #3B9C5E
Black with #3B9C5E
Text Example
Text Example
White with #3B9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9C5E; }
p { color: rgb(59,156,94); }
H1.HeaderClassName
{
color: #3B9C5E;
}
.AnyTagClassName
{
color: #3B9C5E;
}
</style>
background-color css
<style>
a { background-color: #3B9C5E; }
a { background-color: rgb(59,156,94); }
div.DivClassName
{
background-color: #3B9C5E;
}
.BgClassName
{
background-color: #3B9C5E;
}
</style>
border-color css
<style>
span { border-color: #3B9C5E; }
span { border-color: rgb(59,156,94); }
td.TdClassName
{
border-color: #3B9C5E;
}
.TagClassName
{
border-color: #3B9C5E;
}
</style>