Shades of Chateau Green #3FAF61
Tints of Chateau Green #3FAF61
RGB
CMYK
RGB Variations
Color information
#3FAF61 (or 0x3FAF61) is known color: Chateau Green. HEX triplet: 3F, AF and 61. RGB value is (63,175,97). Sum of RGB (Red+Green+Blue) = 63+175+97=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF61 is #C0509E. Grayscale: #848484. Windows color (decimal): -12603551 or 6401855. OLE color: 6401855.
HSL color Cylindrical-coordinate representation of color #3FAF61: hue angle of 138.21º 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 #3FAF61 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 97 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.31 |
| HSL | 138.21º | 0.47% | 0.47% | - |
| HSV(B) | 138.21º | 0.64% | 0.69% | - |
| XYZ | 19.54 | 32.58 | 16.57 | - |
| YUV | 132.62 | 107.89 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 97 | 0.64 | 0 | 0.45 | 0.31 | 138.21 | 0.47 | 0.47 |
| Hex | 3F | AF | 61 | 40 | 0 | 2D | 1F | 8A | 2F | 2F |
| Octal | 77 | 257 | 141 | 100 | 0 | 55 | 37 | 212 | 57 | 57 |
| Binary | 111111 | 10101111 | 1100001 | 1000000 | 0 | 101101 | 11111 | 10001010 | 101111 | 101111 |
Color Harmonies of #3FAF61
Complementary color
Monochromatic Colors of #3FAF61
Black with #3FAF61
Text Example
Text Example
White with #3FAF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF61; }
p { color: rgb(63,175,97); }
H1.HeaderClassName
{
color: #3FAF61;
}
.AnyTagClassName
{
color: #3FAF61;
}
</style>
background-color css
<style>
a { background-color: #3FAF61; }
a { background-color: rgb(63,175,97); }
div.DivClassName
{
background-color: #3FAF61;
}
.BgClassName
{
background-color: #3FAF61;
}
</style>
border-color css
<style>
span { border-color: #3FAF61; }
span { border-color: rgb(63,175,97); }
td.TdClassName
{
border-color: #3FAF61;
}
.TagClassName
{
border-color: #3FAF61;
}
</style>