Shades of Chateau Green #3BA750
Tints of Chateau Green #3BA750
RGB
CMYK
RGB Variations
Color information
#3BA750 (or 0x3BA750) is known color: Chateau Green. HEX triplet: 3B, A7 and 50. RGB value is (59,167,80). Sum of RGB (Red+Green+Blue) = 59+167+80=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 167 (65.62% from 255 or 54.58% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA750 is #C458AF. Grayscale: #7D7D7D. Windows color (decimal): -12867760 or 5285691. OLE color: 5285691.
HSL color Cylindrical-coordinate representation of color #3BA750: hue angle of 131.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA750 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 167 | 80 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.35 |
| HSL | 131.67º | 0.48% | 0.44% | - |
| HSV(B) | 131.67º | 0.65% | 0.65% | - |
| XYZ | 17.07 | 29.15 | 12.32 | - |
| YUV | 124.79 | 102.72 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 80 | 0.65 | 0 | 0.52 | 0.35 | 131.67 | 0.48 | 0.44 |
| Hex | 3B | A7 | 50 | 41 | 0 | 34 | 23 | 84 | 30 | 2C |
| Octal | 73 | 247 | 120 | 101 | 0 | 64 | 43 | 204 | 60 | 54 |
| Binary | 111011 | 10100111 | 1010000 | 1000001 | 0 | 110100 | 100011 | 10000100 | 110000 | 101100 |
Color Harmonies of #3BA750
Complementary color
Monochromatic Colors of #3BA750
Black with #3BA750
Text Example
Text Example
White with #3BA750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA750; }
p { color: rgb(59,167,80); }
H1.HeaderClassName
{
color: #3BA750;
}
.AnyTagClassName
{
color: #3BA750;
}
</style>
background-color css
<style>
a { background-color: #3BA750; }
a { background-color: rgb(59,167,80); }
div.DivClassName
{
background-color: #3BA750;
}
.BgClassName
{
background-color: #3BA750;
}
</style>
border-color css
<style>
span { border-color: #3BA750; }
span { border-color: rgb(59,167,80); }
td.TdClassName
{
border-color: #3BA750;
}
.TagClassName
{
border-color: #3BA750;
}
</style>