Shades of Chateau Green #3BB355
Tints of Chateau Green #3BB355
RGB
CMYK
RGB Variations
Color information
#3BB355 (or 0x3BB355) is known color: Chateau Green. HEX triplet: 3B, B3 and 55. RGB value is (59,179,85). Sum of RGB (Red+Green+Blue) = 59+179+85=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #3BB355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BB355 is #C44CAA. Grayscale: #848484. Windows color (decimal): -12864683 or 5616443. OLE color: 5616443.
HSL color Cylindrical-coordinate representation of color #3BB355: hue angle of 133º 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 #3BB355 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 179 | 85 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.30 |
| HSL | 133º | 0.5% | 0.47% | - |
| HSV(B) | 133º | 0.67% | 0.7% | - |
| XYZ | 19.56 | 33.83 | 14.09 | - |
| YUV | 132.4 | 101.24 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 179 | 85 | 0.67 | 0 | 0.53 | 0.30 | 133 | 0.5 | 0.47 |
| Hex | 3B | B3 | 55 | 43 | 0 | 35 | 1E | 85 | 32 | 2F |
| Octal | 73 | 263 | 125 | 103 | 0 | 65 | 36 | 205 | 62 | 57 |
| Binary | 111011 | 10110011 | 1010101 | 1000011 | 0 | 110101 | 11110 | 10000101 | 110010 | 101111 |
Color Harmonies of #3BB355
Complementary color
Monochromatic Colors of #3BB355
Black with #3BB355
Text Example
Text Example
White with #3BB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB355; }
p { color: rgb(59,179,85); }
H1.HeaderClassName
{
color: #3BB355;
}
.AnyTagClassName
{
color: #3BB355;
}
</style>
background-color css
<style>
a { background-color: #3BB355; }
a { background-color: rgb(59,179,85); }
div.DivClassName
{
background-color: #3BB355;
}
.BgClassName
{
background-color: #3BB355;
}
</style>
border-color css
<style>
span { border-color: #3BB355; }
span { border-color: rgb(59,179,85); }
td.TdClassName
{
border-color: #3BB355;
}
.TagClassName
{
border-color: #3BB355;
}
</style>