Shades of Chateau Green #3FBD5B
Tints of Chateau Green #3FBD5B
RGB
CMYK
RGB Variations
Color information
#3FBD5B (or 0x3FBD5B) is known color: Chateau Green. HEX triplet: 3F, BD and 5B. RGB value is (63,189,91). Sum of RGB (Red+Green+Blue) = 63+189+91=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBD5B is #C042A4. Grayscale: #8C8C8C. Windows color (decimal): -12599973 or 6012223. OLE color: 6012223.
HSL color Cylindrical-coordinate representation of color #3FBD5B: hue angle of 133.33º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBD5B is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 91 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.26 |
| HSL | 133.33º | 0.5% | 0.49% | - |
| HSV(B) | 133.33º | 0.67% | 0.74% | - |
| XYZ | 22.14 | 38.21 | 16.11 | - |
| YUV | 140.15 | 100.26 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 91 | 0.67 | 0 | 0.52 | 0.26 | 133.33 | 0.5 | 0.49 |
| Hex | 3F | BD | 5B | 43 | 0 | 34 | 1A | 85 | 32 | 31 |
| Octal | 77 | 275 | 133 | 103 | 0 | 64 | 32 | 205 | 62 | 61 |
| Binary | 111111 | 10111101 | 1011011 | 1000011 | 0 | 110100 | 11010 | 10000101 | 110010 | 110001 |
Color Harmonies of #3FBD5B
Complementary color
Monochromatic Colors of #3FBD5B
Black with #3FBD5B
Text Example
Text Example
White with #3FBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBD5B; }
p { color: rgb(63,189,91); }
H1.HeaderClassName
{
color: #3FBD5B;
}
.AnyTagClassName
{
color: #3FBD5B;
}
</style>
background-color css
<style>
a { background-color: #3FBD5B; }
a { background-color: rgb(63,189,91); }
div.DivClassName
{
background-color: #3FBD5B;
}
.BgClassName
{
background-color: #3FBD5B;
}
</style>
border-color css
<style>
span { border-color: #3FBD5B; }
span { border-color: rgb(63,189,91); }
td.TdClassName
{
border-color: #3FBD5B;
}
.TagClassName
{
border-color: #3FBD5B;
}
</style>