Shades of Chateau Green #3B9C50
Tints of Chateau Green #3B9C50
RGB
CMYK
RGB Variations
Color information
#3B9C50 (or 0x3B9C50) is known color: Chateau Green. HEX triplet: 3B, 9C and 50. RGB value is (59,156,80). Sum of RGB (Red+Green+Blue) = 59+156+80=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9C50 is #C463AF. Grayscale: #767676. Windows color (decimal): -12870576 or 5282875. OLE color: 5282875.
HSL color Cylindrical-coordinate representation of color #3B9C50: hue angle of 132.99º 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 #3B9C50 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 156 | 80 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.39 |
| HSL | 132.99º | 0.45% | 0.42% | - |
| HSV(B) | 132.99º | 0.62% | 0.61% | - |
| XYZ | 15.14 | 25.29 | 11.67 | - |
| YUV | 118.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 156 | 80 | 0.62 | 0 | 0.49 | 0.39 | 132.99 | 0.45 | 0.42 |
| Hex | 3B | 9C | 50 | 3E | 0 | 31 | 27 | 85 | 2D | 2A |
| Octal | 73 | 234 | 120 | 76 | 0 | 61 | 47 | 205 | 55 | 52 |
| Binary | 111011 | 10011100 | 1010000 | 111110 | 0 | 110001 | 100111 | 10000101 | 101101 | 101010 |
Color Harmonies of #3B9C50
Complementary color
Monochromatic Colors of #3B9C50
Black with #3B9C50
Text Example
Text Example
White with #3B9C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9C50; }
p { color: rgb(59,156,80); }
H1.HeaderClassName
{
color: #3B9C50;
}
.AnyTagClassName
{
color: #3B9C50;
}
</style>
background-color css
<style>
a { background-color: #3B9C50; }
a { background-color: rgb(59,156,80); }
div.DivClassName
{
background-color: #3B9C50;
}
.BgClassName
{
background-color: #3B9C50;
}
</style>
border-color css
<style>
span { border-color: #3B9C50; }
span { border-color: rgb(59,156,80); }
td.TdClassName
{
border-color: #3B9C50;
}
.TagClassName
{
border-color: #3B9C50;
}
</style>