Shades of Chateau Green #3FAF5F
Tints of Chateau Green #3FAF5F
RGB
CMYK
RGB Variations
Color information
#3FAF5F (or 0x3FAF5F) is known color: Chateau Green. HEX triplet: 3F, AF and 5F. RGB value is (63,175,95). Sum of RGB (Red+Green+Blue) = 63+175+95=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF5F is #C050A0. Grayscale: #848484. Windows color (decimal): -12603553 or 6270783. OLE color: 6270783.
HSL color Cylindrical-coordinate representation of color #3FAF5F: hue angle of 137.14º 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 #3FAF5F is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 95 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.31 |
| HSL | 137.14º | 0.47% | 0.47% | - |
| HSV(B) | 137.14º | 0.64% | 0.69% | - |
| XYZ | 19.45 | 32.54 | 16.08 | - |
| YUV | 132.39 | 106.89 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 95 | 0.64 | 0 | 0.46 | 0.31 | 137.14 | 0.47 | 0.47 |
| Hex | 3F | AF | 5F | 40 | 0 | 2E | 1F | 89 | 2F | 2F |
| Octal | 77 | 257 | 137 | 100 | 0 | 56 | 37 | 211 | 57 | 57 |
| Binary | 111111 | 10101111 | 1011111 | 1000000 | 0 | 101110 | 11111 | 10001001 | 101111 | 101111 |
Color Harmonies of #3FAF5F
Complementary color
Monochromatic Colors of #3FAF5F
Black with #3FAF5F
Text Example
Text Example
White with #3FAF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF5F; }
p { color: rgb(63,175,95); }
H1.HeaderClassName
{
color: #3FAF5F;
}
.AnyTagClassName
{
color: #3FAF5F;
}
</style>
background-color css
<style>
a { background-color: #3FAF5F; }
a { background-color: rgb(63,175,95); }
div.DivClassName
{
background-color: #3FAF5F;
}
.BgClassName
{
background-color: #3FAF5F;
}
</style>
border-color css
<style>
span { border-color: #3FAF5F; }
span { border-color: rgb(63,175,95); }
td.TdClassName
{
border-color: #3FAF5F;
}
.TagClassName
{
border-color: #3FAF5F;
}
</style>