Shades of Chateau Green #3FAF55
Tints of Chateau Green #3FAF55
RGB
CMYK
RGB Variations
Color information
#3FAF55 (or 0x3FAF55) is known color: Chateau Green. HEX triplet: 3F, AF and 55. RGB value is (63,175,85). Sum of RGB (Red+Green+Blue) = 63+175+85=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF55 is #C050AA. Grayscale: #838383. Windows color (decimal): -12603563 or 5615423. OLE color: 5615423.
HSL color Cylindrical-coordinate representation of color #3FAF55: hue angle of 131.79º 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 #3FAF55 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 85 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.31 |
| HSL | 131.79º | 0.47% | 0.47% | - |
| HSV(B) | 131.79º | 0.64% | 0.69% | - |
| XYZ | 19.02 | 32.37 | 13.84 | - |
| YUV | 131.25 | 101.89 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 85 | 0.64 | 0 | 0.51 | 0.31 | 131.79 | 0.47 | 0.47 |
| Hex | 3F | AF | 55 | 40 | 0 | 33 | 1F | 84 | 2F | 2F |
| Octal | 77 | 257 | 125 | 100 | 0 | 63 | 37 | 204 | 57 | 57 |
| Binary | 111111 | 10101111 | 1010101 | 1000000 | 0 | 110011 | 11111 | 10000100 | 101111 | 101111 |
Color Harmonies of #3FAF55
Complementary color
Monochromatic Colors of #3FAF55
Black with #3FAF55
Text Example
Text Example
White with #3FAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF55; }
p { color: rgb(63,175,85); }
H1.HeaderClassName
{
color: #3FAF55;
}
.AnyTagClassName
{
color: #3FAF55;
}
</style>
background-color css
<style>
a { background-color: #3FAF55; }
a { background-color: rgb(63,175,85); }
div.DivClassName
{
background-color: #3FAF55;
}
.BgClassName
{
background-color: #3FAF55;
}
</style>
border-color css
<style>
span { border-color: #3FAF55; }
span { border-color: rgb(63,175,85); }
td.TdClassName
{
border-color: #3FAF55;
}
.TagClassName
{
border-color: #3FAF55;
}
</style>