Shades of Chateau Green #3FA762
Tints of Chateau Green #3FA762
RGB
CMYK
RGB Variations
Color information
#3FA762 (or 0x3FA762) is known color: Chateau Green. HEX triplet: 3F, A7 and 62. RGB value is (63,167,98). Sum of RGB (Red+Green+Blue) = 63+167+98=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #3FA762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA762 is #C0589D. Grayscale: #808080. Windows color (decimal): -12605598 or 6465343. OLE color: 6465343.
HSL color Cylindrical-coordinate representation of color #3FA762: hue angle of 140.19º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA762 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 167 | 98 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.35 |
| HSL | 140.19º | 0.45% | 0.45% | - |
| HSV(B) | 140.19º | 0.62% | 0.65% | - |
| XYZ | 18.07 | 29.58 | 16.31 | - |
| YUV | 128.04 | 111.04 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 98 | 0.62 | 0 | 0.41 | 0.35 | 140.19 | 0.45 | 0.45 |
| Hex | 3F | A7 | 62 | 3E | 0 | 29 | 23 | 8C | 2D | 2D |
| Octal | 77 | 247 | 142 | 76 | 0 | 51 | 43 | 214 | 55 | 55 |
| Binary | 111111 | 10100111 | 1100010 | 111110 | 0 | 101001 | 100011 | 10001100 | 101101 | 101101 |
Color Harmonies of #3FA762
Complementary color
Monochromatic Colors of #3FA762
Black with #3FA762
Text Example
Text Example
White with #3FA762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA762; }
p { color: rgb(63,167,98); }
H1.HeaderClassName
{
color: #3FA762;
}
.AnyTagClassName
{
color: #3FA762;
}
</style>
background-color css
<style>
a { background-color: #3FA762; }
a { background-color: rgb(63,167,98); }
div.DivClassName
{
background-color: #3FA762;
}
.BgClassName
{
background-color: #3FA762;
}
</style>
border-color css
<style>
span { border-color: #3FA762; }
span { border-color: rgb(63,167,98); }
td.TdClassName
{
border-color: #3FA762;
}
.TagClassName
{
border-color: #3FA762;
}
</style>