Shades of Chateau Green #3BBC54
Tints of Chateau Green #3BBC54
RGB
CMYK
RGB Variations
Color information
#3BBC54 (or 0x3BBC54) is known color: Chateau Green. HEX triplet: 3B, BC and 54. RGB value is (59,188,84). Sum of RGB (Red+Green+Blue) = 59+188+84=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BBC54 is #C443AB. Grayscale: #898989. Windows color (decimal): -12862380 or 5553211. OLE color: 5553211.
HSL color Cylindrical-coordinate representation of color #3BBC54: hue angle of 131.63º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBC54 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 84 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.26 |
| HSL | 131.63º | 0.52% | 0.48% | - |
| HSV(B) | 131.63º | 0.69% | 0.74% | - |
| XYZ | 21.39 | 37.54 | 14.51 | - |
| YUV | 137.57 | 97.76 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 84 | 0.69 | 0 | 0.55 | 0.26 | 131.63 | 0.52 | 0.48 |
| Hex | 3B | BC | 54 | 45 | 0 | 37 | 1A | 84 | 34 | 30 |
| Octal | 73 | 274 | 124 | 105 | 0 | 67 | 32 | 204 | 64 | 60 |
| Binary | 111011 | 10111100 | 1010100 | 1000101 | 0 | 110111 | 11010 | 10000100 | 110100 | 110000 |
Color Harmonies of #3BBC54
Complementary color
Monochromatic Colors of #3BBC54
Black with #3BBC54
Text Example
Text Example
White with #3BBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC54; }
p { color: rgb(59,188,84); }
H1.HeaderClassName
{
color: #3BBC54;
}
.AnyTagClassName
{
color: #3BBC54;
}
</style>
background-color css
<style>
a { background-color: #3BBC54; }
a { background-color: rgb(59,188,84); }
div.DivClassName
{
background-color: #3BBC54;
}
.BgClassName
{
background-color: #3BBC54;
}
</style>
border-color css
<style>
span { border-color: #3BBC54; }
span { border-color: rgb(59,188,84); }
td.TdClassName
{
border-color: #3BBC54;
}
.TagClassName
{
border-color: #3BBC54;
}
</style>