Shades of Chateau Green #3FB55D
Tints of Chateau Green #3FB55D
RGB
CMYK
RGB Variations
Color information
#3FB55D (or 0x3FB55D) is known color: Chateau Green. HEX triplet: 3F, B5 and 5D. RGB value is (63,181,93). Sum of RGB (Red+Green+Blue) = 63+181+93=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB55D is #C04AA2. Grayscale: #878787. Windows color (decimal): -12602019 or 6141247. OLE color: 6141247.
HSL color Cylindrical-coordinate representation of color #3FB55D: hue angle of 135.25º degrees, saturation: 0.48, 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 #3FB55D is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 181 | 93 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.29 |
| HSL | 135.25º | 0.48% | 0.48% | - |
| HSV(B) | 135.25º | 0.65% | 0.71% | - |
| XYZ | 20.55 | 34.89 | 16.01 | - |
| YUV | 135.69 | 103.91 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 181 | 93 | 0.65 | 0 | 0.49 | 0.29 | 135.25 | 0.48 | 0.48 |
| Hex | 3F | B5 | 5D | 41 | 0 | 31 | 1D | 87 | 30 | 30 |
| Octal | 77 | 265 | 135 | 101 | 0 | 61 | 35 | 207 | 60 | 60 |
| Binary | 111111 | 10110101 | 1011101 | 1000001 | 0 | 110001 | 11101 | 10000111 | 110000 | 110000 |
Color Harmonies of #3FB55D
Complementary color
Monochromatic Colors of #3FB55D
Black with #3FB55D
Text Example
Text Example
White with #3FB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB55D; }
p { color: rgb(63,181,93); }
H1.HeaderClassName
{
color: #3FB55D;
}
.AnyTagClassName
{
color: #3FB55D;
}
</style>
background-color css
<style>
a { background-color: #3FB55D; }
a { background-color: rgb(63,181,93); }
div.DivClassName
{
background-color: #3FB55D;
}
.BgClassName
{
background-color: #3FB55D;
}
</style>
border-color css
<style>
span { border-color: #3FB55D; }
span { border-color: rgb(63,181,93); }
td.TdClassName
{
border-color: #3FB55D;
}
.TagClassName
{
border-color: #3FB55D;
}
</style>