Shades of Chateau Green #3FBC5B
Tints of Chateau Green #3FBC5B
RGB
CMYK
RGB Variations
Color information
#3FBC5B (or 0x3FBC5B) is known color: Chateau Green. HEX triplet: 3F, BC and 5B. RGB value is (63,188,91). Sum of RGB (Red+Green+Blue) = 63+188+91=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBC5B is #C043A4. Grayscale: #8B8B8B. Windows color (decimal): -12600229 or 6011967. OLE color: 6011967.
HSL color Cylindrical-coordinate representation of color #3FBC5B: hue angle of 133.44º 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 #3FBC5B is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 91 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.26 |
| HSL | 133.44º | 0.5% | 0.49% | - |
| HSV(B) | 133.44º | 0.66% | 0.74% | - |
| XYZ | 21.92 | 37.78 | 16.03 | - |
| YUV | 139.57 | 100.59 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 91 | 0.66 | 0 | 0.52 | 0.26 | 133.44 | 0.5 | 0.49 |
| Hex | 3F | BC | 5B | 42 | 0 | 34 | 1A | 85 | 32 | 31 |
| Octal | 77 | 274 | 133 | 102 | 0 | 64 | 32 | 205 | 62 | 61 |
| Binary | 111111 | 10111100 | 1011011 | 1000010 | 0 | 110100 | 11010 | 10000101 | 110010 | 110001 |
Color Harmonies of #3FBC5B
Complementary color
Monochromatic Colors of #3FBC5B
Black with #3FBC5B
Text Example
Text Example
White with #3FBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC5B; }
p { color: rgb(63,188,91); }
H1.HeaderClassName
{
color: #3FBC5B;
}
.AnyTagClassName
{
color: #3FBC5B;
}
</style>
background-color css
<style>
a { background-color: #3FBC5B; }
a { background-color: rgb(63,188,91); }
div.DivClassName
{
background-color: #3FBC5B;
}
.BgClassName
{
background-color: #3FBC5B;
}
</style>
border-color css
<style>
span { border-color: #3FBC5B; }
span { border-color: rgb(63,188,91); }
td.TdClassName
{
border-color: #3FBC5B;
}
.TagClassName
{
border-color: #3FBC5B;
}
</style>