Shades of Chateau Green #3FB65D
Tints of Chateau Green #3FB65D
RGB
CMYK
RGB Variations
Color information
#3FB65D (or 0x3FB65D) is known color: Chateau Green. HEX triplet: 3F, B6 and 5D. RGB value is (63,182,93). Sum of RGB (Red+Green+Blue) = 63+182+93=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB65D is #C049A2. Grayscale: #888888. Windows color (decimal): -12601763 or 6141503. OLE color: 6141503.
HSL color Cylindrical-coordinate representation of color #3FB65D: hue angle of 135.13º degrees, saturation: 0.49, 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 #3FB65D is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 182 | 93 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.29 |
| HSL | 135.13º | 0.49% | 0.48% | - |
| HSV(B) | 135.13º | 0.65% | 0.71% | - |
| XYZ | 20.75 | 35.3 | 16.08 | - |
| YUV | 136.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 182 | 93 | 0.65 | 0 | 0.49 | 0.29 | 135.13 | 0.49 | 0.48 |
| Hex | 3F | B6 | 5D | 41 | 0 | 31 | 1D | 87 | 31 | 30 |
| Octal | 77 | 266 | 135 | 101 | 0 | 61 | 35 | 207 | 61 | 60 |
| Binary | 111111 | 10110110 | 1011101 | 1000001 | 0 | 110001 | 11101 | 10000111 | 110001 | 110000 |
Color Harmonies of #3FB65D
Complementary color
Monochromatic Colors of #3FB65D
Black with #3FB65D
Text Example
Text Example
White with #3FB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB65D; }
p { color: rgb(63,182,93); }
H1.HeaderClassName
{
color: #3FB65D;
}
.AnyTagClassName
{
color: #3FB65D;
}
</style>
background-color css
<style>
a { background-color: #3FB65D; }
a { background-color: rgb(63,182,93); }
div.DivClassName
{
background-color: #3FB65D;
}
.BgClassName
{
background-color: #3FB65D;
}
</style>
border-color css
<style>
span { border-color: #3FB65D; }
span { border-color: rgb(63,182,93); }
td.TdClassName
{
border-color: #3FB65D;
}
.TagClassName
{
border-color: #3FB65D;
}
</style>