Shades of Chateau Green #3FBC57
Tints of Chateau Green #3FBC57
RGB
CMYK
RGB Variations
Color information
#3FBC57 (or 0x3FBC57) is known color: Chateau Green. HEX triplet: 3F, BC and 57. RGB value is (63,188,87). Sum of RGB (Red+Green+Blue) = 63+188+87=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBC57 is #C043A8. Grayscale: #8B8B8B. Windows color (decimal): -12600233 or 5749823. OLE color: 5749823.
HSL color Cylindrical-coordinate representation of color #3FBC57: hue angle of 131.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBC57 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 87 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.26 |
| HSL | 131.52º | 0.5% | 0.49% | - |
| HSV(B) | 131.52º | 0.66% | 0.74% | - |
| XYZ | 21.75 | 37.71 | 15.15 | - |
| YUV | 139.11 | 98.59 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 87 | 0.66 | 0 | 0.54 | 0.26 | 131.52 | 0.5 | 0.49 |
| Hex | 3F | BC | 57 | 42 | 0 | 36 | 1A | 84 | 32 | 31 |
| Octal | 77 | 274 | 127 | 102 | 0 | 66 | 32 | 204 | 62 | 61 |
| Binary | 111111 | 10111100 | 1010111 | 1000010 | 0 | 110110 | 11010 | 10000100 | 110010 | 110001 |
Color Harmonies of #3FBC57
Complementary color
Monochromatic Colors of #3FBC57
Black with #3FBC57
Text Example
Text Example
White with #3FBC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC57; }
p { color: rgb(63,188,87); }
H1.HeaderClassName
{
color: #3FBC57;
}
.AnyTagClassName
{
color: #3FBC57;
}
</style>
background-color css
<style>
a { background-color: #3FBC57; }
a { background-color: rgb(63,188,87); }
div.DivClassName
{
background-color: #3FBC57;
}
.BgClassName
{
background-color: #3FBC57;
}
</style>
border-color css
<style>
span { border-color: #3FBC57; }
span { border-color: rgb(63,188,87); }
td.TdClassName
{
border-color: #3FBC57;
}
.TagClassName
{
border-color: #3FBC57;
}
</style>