Shades of Chateau Green #3BB353
Tints of Chateau Green #3BB353
RGB
CMYK
RGB Variations
Color information
#3BB353 (or 0x3BB353) is known color: Chateau Green. HEX triplet: 3B, B3 and 53. RGB value is (59,179,83). Sum of RGB (Red+Green+Blue) = 59+179+83=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #3BB353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BB353 is #C44CAC. Grayscale: #848484. Windows color (decimal): -12864685 or 5485371. OLE color: 5485371.
HSL color Cylindrical-coordinate representation of color #3BB353: hue angle of 132º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB353 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 179 | 83 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.30 |
| HSL | 132º | 0.5% | 0.47% | - |
| HSV(B) | 132º | 0.67% | 0.7% | - |
| XYZ | 19.49 | 33.79 | 13.68 | - |
| YUV | 132.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 179 | 83 | 0.67 | 0 | 0.54 | 0.30 | 132 | 0.5 | 0.47 |
| Hex | 3B | B3 | 53 | 43 | 0 | 36 | 1E | 84 | 32 | 2F |
| Octal | 73 | 263 | 123 | 103 | 0 | 66 | 36 | 204 | 62 | 57 |
| Binary | 111011 | 10110011 | 1010011 | 1000011 | 0 | 110110 | 11110 | 10000100 | 110010 | 101111 |
Color Harmonies of #3BB353
Complementary color
Monochromatic Colors of #3BB353
Black with #3BB353
Text Example
Text Example
White with #3BB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB353; }
p { color: rgb(59,179,83); }
H1.HeaderClassName
{
color: #3BB353;
}
.AnyTagClassName
{
color: #3BB353;
}
</style>
background-color css
<style>
a { background-color: #3BB353; }
a { background-color: rgb(59,179,83); }
div.DivClassName
{
background-color: #3BB353;
}
.BgClassName
{
background-color: #3BB353;
}
</style>
border-color css
<style>
span { border-color: #3BB353; }
span { border-color: rgb(59,179,83); }
td.TdClassName
{
border-color: #3BB353;
}
.TagClassName
{
border-color: #3BB353;
}
</style>