Shades of Chateau Green #3BA858
Tints of Chateau Green #3BA858
RGB
CMYK
RGB Variations
Color information
#3BA858 (or 0x3BA858) is known color: Chateau Green. HEX triplet: 3B, A8 and 58. RGB value is (59,168,88). Sum of RGB (Red+Green+Blue) = 59+168+88=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA858 is #C457A7. Grayscale: #7E7E7E. Windows color (decimal): -12867496 or 5810235. OLE color: 5810235.
HSL color Cylindrical-coordinate representation of color #3BA858: hue angle of 135.96º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA858 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 59 | 168 | 88 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.34 |
| HSL | 135.96º | 0.48% | 0.45% | - |
| HSV(B) | 135.96º | 0.65% | 0.66% | - |
| XYZ | 17.57 | 29.64 | 14.03 | - |
| YUV | 126.29 | 106.39 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 168 | 88 | 0.65 | 0 | 0.48 | 0.34 | 135.96 | 0.48 | 0.45 |
| Hex | 3B | A8 | 58 | 41 | 0 | 30 | 22 | 88 | 30 | 2D |
| Octal | 73 | 250 | 130 | 101 | 0 | 60 | 42 | 210 | 60 | 55 |
| Binary | 111011 | 10101000 | 1011000 | 1000001 | 0 | 110000 | 100010 | 10001000 | 110000 | 101101 |
Color Harmonies of #3BA858
Complementary color
Monochromatic Colors of #3BA858
Black with #3BA858
Text Example
Text Example
White with #3BA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA858; }
p { color: rgb(59,168,88); }
H1.HeaderClassName
{
color: #3BA858;
}
.AnyTagClassName
{
color: #3BA858;
}
</style>
background-color css
<style>
a { background-color: #3BA858; }
a { background-color: rgb(59,168,88); }
div.DivClassName
{
background-color: #3BA858;
}
.BgClassName
{
background-color: #3BA858;
}
</style>
border-color css
<style>
span { border-color: #3BA858; }
span { border-color: rgb(59,168,88); }
td.TdClassName
{
border-color: #3BA858;
}
.TagClassName
{
border-color: #3BA858;
}
</style>