Shades of Chateau Green #3FB95D
Tints of Chateau Green #3FB95D
RGB
CMYK
RGB Variations
Color information
#3FB95D (or 0x3FB95D) is known color: Chateau Green. HEX triplet: 3F, B9 and 5D. RGB value is (63,185,93). Sum of RGB (Red+Green+Blue) = 63+185+93=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB95D is #C046A2. Grayscale: #8A8A8A. Windows color (decimal): -12600995 or 6142271. OLE color: 6142271.
HSL color Cylindrical-coordinate representation of color #3FB95D: hue angle of 134.75º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB95D is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 93 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.27 |
| HSL | 134.75º | 0.49% | 0.49% | - |
| HSV(B) | 134.75º | 0.66% | 0.73% | - |
| XYZ | 21.37 | 36.55 | 16.28 | - |
| YUV | 138.03 | 102.58 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 93 | 0.66 | 0 | 0.50 | 0.27 | 134.75 | 0.49 | 0.49 |
| Hex | 3F | B9 | 5D | 42 | 0 | 32 | 1B | 87 | 31 | 31 |
| Octal | 77 | 271 | 135 | 102 | 0 | 62 | 33 | 207 | 61 | 61 |
| Binary | 111111 | 10111001 | 1011101 | 1000010 | 0 | 110010 | 11011 | 10000111 | 110001 | 110001 |
Color Harmonies of #3FB95D
Complementary color
Monochromatic Colors of #3FB95D
Black with #3FB95D
Text Example
Text Example
White with #3FB95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB95D; }
p { color: rgb(63,185,93); }
H1.HeaderClassName
{
color: #3FB95D;
}
.AnyTagClassName
{
color: #3FB95D;
}
</style>
background-color css
<style>
a { background-color: #3FB95D; }
a { background-color: rgb(63,185,93); }
div.DivClassName
{
background-color: #3FB95D;
}
.BgClassName
{
background-color: #3FB95D;
}
</style>
border-color css
<style>
span { border-color: #3FB95D; }
span { border-color: rgb(63,185,93); }
td.TdClassName
{
border-color: #3FB95D;
}
.TagClassName
{
border-color: #3FB95D;
}
</style>