Shades of Chateau Green #3FB256
Tints of Chateau Green #3FB256
RGB
CMYK
RGB Variations
Color information
#3FB256 (or 0x3FB256) is known color: Chateau Green. HEX triplet: 3F, B2 and 56. RGB value is (63,178,86). Sum of RGB (Red+Green+Blue) = 63+178+86=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 178 (69.92% from 255 or 54.43% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB256 is #C04DA9. Grayscale: #858585. Windows color (decimal): -12602794 or 5681727. OLE color: 5681727.
HSL color Cylindrical-coordinate representation of color #3FB256: hue angle of 132º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB256 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 178 | 86 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.30 |
| HSL | 132º | 0.48% | 0.47% | - |
| HSV(B) | 132º | 0.65% | 0.7% | - |
| XYZ | 19.65 | 33.57 | 14.25 | - |
| YUV | 133.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 86 | 0.65 | 0 | 0.52 | 0.30 | 132 | 0.48 | 0.47 |
| Hex | 3F | B2 | 56 | 41 | 0 | 34 | 1E | 84 | 30 | 2F |
| Octal | 77 | 262 | 126 | 101 | 0 | 64 | 36 | 204 | 60 | 57 |
| Binary | 111111 | 10110010 | 1010110 | 1000001 | 0 | 110100 | 11110 | 10000100 | 110000 | 101111 |
Color Harmonies of #3FB256
Complementary color
Monochromatic Colors of #3FB256
Black with #3FB256
Text Example
Text Example
White with #3FB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB256; }
p { color: rgb(63,178,86); }
H1.HeaderClassName
{
color: #3FB256;
}
.AnyTagClassName
{
color: #3FB256;
}
</style>
background-color css
<style>
a { background-color: #3FB256; }
a { background-color: rgb(63,178,86); }
div.DivClassName
{
background-color: #3FB256;
}
.BgClassName
{
background-color: #3FB256;
}
</style>
border-color css
<style>
span { border-color: #3FB256; }
span { border-color: rgb(63,178,86); }
td.TdClassName
{
border-color: #3FB256;
}
.TagClassName
{
border-color: #3FB256;
}
</style>