Shades of Chateau Green #3FB655
Tints of Chateau Green #3FB655
RGB
CMYK
RGB Variations
Color information
#3FB655 (or 0x3FB655) is known color: Chateau Green. HEX triplet: 3F, B6 and 55. RGB value is (63,182,85). Sum of RGB (Red+Green+Blue) = 63+182+85=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB655 is #C049AA. Grayscale: #878787. Windows color (decimal): -12601771 or 5617215. OLE color: 5617215.
HSL color Cylindrical-coordinate representation of color #3FB655: hue angle of 131.09º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB655 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 182 | 85 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.29 |
| HSL | 131.09º | 0.49% | 0.48% | - |
| HSV(B) | 131.09º | 0.65% | 0.71% | - |
| XYZ | 20.42 | 35.17 | 14.31 | - |
| YUV | 135.36 | 99.58 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 182 | 85 | 0.65 | 0 | 0.53 | 0.29 | 131.09 | 0.49 | 0.48 |
| Hex | 3F | B6 | 55 | 41 | 0 | 35 | 1D | 83 | 31 | 30 |
| Octal | 77 | 266 | 125 | 101 | 0 | 65 | 35 | 203 | 61 | 60 |
| Binary | 111111 | 10110110 | 1010101 | 1000001 | 0 | 110101 | 11101 | 10000011 | 110001 | 110000 |
Color Harmonies of #3FB655
Complementary color
Monochromatic Colors of #3FB655
Black with #3FB655
Text Example
Text Example
White with #3FB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB655; }
p { color: rgb(63,182,85); }
H1.HeaderClassName
{
color: #3FB655;
}
.AnyTagClassName
{
color: #3FB655;
}
</style>
background-color css
<style>
a { background-color: #3FB655; }
a { background-color: rgb(63,182,85); }
div.DivClassName
{
background-color: #3FB655;
}
.BgClassName
{
background-color: #3FB655;
}
</style>
border-color css
<style>
span { border-color: #3FB655; }
span { border-color: rgb(63,182,85); }
td.TdClassName
{
border-color: #3FB655;
}
.TagClassName
{
border-color: #3FB655;
}
</style>