Shades of Chateau Green #3FAF5E
Tints of Chateau Green #3FAF5E
RGB
CMYK
RGB Variations
Color information
#3FAF5E (or 0x3FAF5E) is known color: Chateau Green. HEX triplet: 3F, AF and 5E. RGB value is (63,175,94). Sum of RGB (Red+Green+Blue) = 63+175+94=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF5E is #C050A1. Grayscale: #848484. Windows color (decimal): -12603554 or 6205247. OLE color: 6205247.
HSL color Cylindrical-coordinate representation of color #3FAF5E: hue angle of 136.61º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF5E is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 94 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.31 |
| HSL | 136.61º | 0.47% | 0.47% | - |
| HSV(B) | 136.61º | 0.64% | 0.69% | - |
| XYZ | 19.4 | 32.52 | 15.85 | - |
| YUV | 132.28 | 106.39 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 94 | 0.64 | 0 | 0.46 | 0.31 | 136.61 | 0.47 | 0.47 |
| Hex | 3F | AF | 5E | 40 | 0 | 2E | 1F | 89 | 2F | 2F |
| Octal | 77 | 257 | 136 | 100 | 0 | 56 | 37 | 211 | 57 | 57 |
| Binary | 111111 | 10101111 | 1011110 | 1000000 | 0 | 101110 | 11111 | 10001001 | 101111 | 101111 |
Color Harmonies of #3FAF5E
Complementary color
Monochromatic Colors of #3FAF5E
Black with #3FAF5E
Text Example
Text Example
White with #3FAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF5E; }
p { color: rgb(63,175,94); }
H1.HeaderClassName
{
color: #3FAF5E;
}
.AnyTagClassName
{
color: #3FAF5E;
}
</style>
background-color css
<style>
a { background-color: #3FAF5E; }
a { background-color: rgb(63,175,94); }
div.DivClassName
{
background-color: #3FAF5E;
}
.BgClassName
{
background-color: #3FAF5E;
}
</style>
border-color css
<style>
span { border-color: #3FAF5E; }
span { border-color: rgb(63,175,94); }
td.TdClassName
{
border-color: #3FAF5E;
}
.TagClassName
{
border-color: #3FAF5E;
}
</style>