Shades of Chateau Green #3FB856
Tints of Chateau Green #3FB856
RGB
CMYK
RGB Variations
Color information
#3FB856 (or 0x3FB856) is known color: Chateau Green. HEX triplet: 3F, B8 and 56. RGB value is (63,184,86). Sum of RGB (Red+Green+Blue) = 63+184+86=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #3FB856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB856 is #C047A9. Grayscale: #888888. Windows color (decimal): -12601258 or 5683263. OLE color: 5683263.
HSL color Cylindrical-coordinate representation of color #3FB856: hue angle of 131.4º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB856 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 184 | 86 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.28 |
| HSL | 131.41º | 0.49% | 0.48% | - |
| HSV(B) | 131.41º | 0.66% | 0.72% | - |
| XYZ | 20.87 | 36.01 | 14.65 | - |
| YUV | 136.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 184 | 86 | 0.66 | 0 | 0.53 | 0.28 | 131.41 | 0.49 | 0.48 |
| Hex | 3F | B8 | 56 | 42 | 0 | 35 | 1C | 83 | 31 | 30 |
| Octal | 77 | 270 | 126 | 102 | 0 | 65 | 34 | 203 | 61 | 60 |
| Binary | 111111 | 10111000 | 1010110 | 1000010 | 0 | 110101 | 11100 | 10000011 | 110001 | 110000 |
Color Harmonies of #3FB856
Complementary color
Monochromatic Colors of #3FB856
Black with #3FB856
Text Example
Text Example
White with #3FB856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB856; }
p { color: rgb(63,184,86); }
H1.HeaderClassName
{
color: #3FB856;
}
.AnyTagClassName
{
color: #3FB856;
}
</style>
background-color css
<style>
a { background-color: #3FB856; }
a { background-color: rgb(63,184,86); }
div.DivClassName
{
background-color: #3FB856;
}
.BgClassName
{
background-color: #3FB856;
}
</style>
border-color css
<style>
span { border-color: #3FB856; }
span { border-color: rgb(63,184,86); }
td.TdClassName
{
border-color: #3FB856;
}
.TagClassName
{
border-color: #3FB856;
}
</style>