Shades of Chateau Green #3BC055
Tints of Chateau Green #3BC055
RGB
CMYK
RGB Variations
Color information
#3BC055 (or 0x3BC055) is known color: Chateau Green. HEX triplet: 3B, C0 and 55. RGB value is (59,192,85). Sum of RGB (Red+Green+Blue) = 59+192+85=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC055 is #C43FAA. Grayscale: #8C8C8C. Windows color (decimal): -12861355 or 5619771. OLE color: 5619771.
HSL color Cylindrical-coordinate representation of color #3BC055: hue angle of 131.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC055 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 85 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.25 |
| HSL | 131.73º | 0.53% | 0.49% | - |
| HSV(B) | 131.73º | 0.69% | 0.75% | - |
| XYZ | 22.29 | 39.28 | 15 | - |
| YUV | 140.04 | 96.94 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 85 | 0.69 | 0 | 0.56 | 0.25 | 131.73 | 0.53 | 0.49 |
| Hex | 3B | C0 | 55 | 45 | 0 | 38 | 19 | 84 | 35 | 31 |
| Octal | 73 | 300 | 125 | 105 | 0 | 70 | 31 | 204 | 65 | 61 |
| Binary | 111011 | 11000000 | 1010101 | 1000101 | 0 | 111000 | 11001 | 10000100 | 110101 | 110001 |
Color Harmonies of #3BC055
Complementary color
Monochromatic Colors of #3BC055
Black with #3BC055
Text Example
Text Example
White with #3BC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC055; }
p { color: rgb(59,192,85); }
H1.HeaderClassName
{
color: #3BC055;
}
.AnyTagClassName
{
color: #3BC055;
}
</style>
background-color css
<style>
a { background-color: #3BC055; }
a { background-color: rgb(59,192,85); }
div.DivClassName
{
background-color: #3BC055;
}
.BgClassName
{
background-color: #3BC055;
}
</style>
border-color css
<style>
span { border-color: #3BC055; }
span { border-color: rgb(59,192,85); }
td.TdClassName
{
border-color: #3BC055;
}
.TagClassName
{
border-color: #3BC055;
}
</style>