Shades of Chateau Green #3FBE5A
Tints of Chateau Green #3FBE5A
RGB
CMYK
RGB Variations
Color information
#3FBE5A (or 0x3FBE5A) is known color: Chateau Green. HEX triplet: 3F, BE and 5A. RGB value is (63,190,90). Sum of RGB (Red+Green+Blue) = 63+190+90=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBE5A is #C041A5. Grayscale: #8C8C8C. Windows color (decimal): -12599718 or 5946943. OLE color: 5946943.
HSL color Cylindrical-coordinate representation of color #3FBE5A: hue angle of 132.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBE5A is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 90 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.25 |
| HSL | 132.76º | 0.5% | 0.5% | - |
| HSV(B) | 132.76º | 0.67% | 0.75% | - |
| XYZ | 22.31 | 38.62 | 15.95 | - |
| YUV | 140.63 | 99.42 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 90 | 0.67 | 0 | 0.53 | 0.25 | 132.76 | 0.5 | 0.5 |
| Hex | 3F | BE | 5A | 43 | 0 | 35 | 19 | 85 | 32 | 32 |
| Octal | 77 | 276 | 132 | 103 | 0 | 65 | 31 | 205 | 62 | 62 |
| Binary | 111111 | 10111110 | 1011010 | 1000011 | 0 | 110101 | 11001 | 10000101 | 110010 | 110010 |
Color Harmonies of #3FBE5A
Complementary color
Monochromatic Colors of #3FBE5A
Black with #3FBE5A
Text Example
Text Example
White with #3FBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE5A; }
p { color: rgb(63,190,90); }
H1.HeaderClassName
{
color: #3FBE5A;
}
.AnyTagClassName
{
color: #3FBE5A;
}
</style>
background-color css
<style>
a { background-color: #3FBE5A; }
a { background-color: rgb(63,190,90); }
div.DivClassName
{
background-color: #3FBE5A;
}
.BgClassName
{
background-color: #3FBE5A;
}
</style>
border-color css
<style>
span { border-color: #3FBE5A; }
span { border-color: rgb(63,190,90); }
td.TdClassName
{
border-color: #3FBE5A;
}
.TagClassName
{
border-color: #3FBE5A;
}
</style>