Shades of Chateau Green #3FA265
Tints of Chateau Green #3FA265
RGB
CMYK
RGB Variations
Color information
#3FA265 (or 0x3FA265) is known color: Chateau Green. HEX triplet: 3F, A2 and 65. RGB value is (63,162,101). Sum of RGB (Red+Green+Blue) = 63+162+101=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA265 is #C05D9A. Grayscale: #7D7D7D. Windows color (decimal): -12606875 or 6660671. OLE color: 6660671.
HSL color Cylindrical-coordinate representation of color #3FA265: hue angle of 143.03º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA265 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 101 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.36 |
| HSL | 143.03º | 0.44% | 0.44% | - |
| HSV(B) | 143.03º | 0.61% | 0.64% | - |
| XYZ | 17.32 | 27.84 | 16.77 | - |
| YUV | 125.45 | 114.2 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 101 | 0.61 | 0 | 0.38 | 0.36 | 143.03 | 0.44 | 0.44 |
| Hex | 3F | A2 | 65 | 3D | 0 | 26 | 24 | 8F | 2C | 2C |
| Octal | 77 | 242 | 145 | 75 | 0 | 46 | 44 | 217 | 54 | 54 |
| Binary | 111111 | 10100010 | 1100101 | 111101 | 0 | 100110 | 100100 | 10001111 | 101100 | 101100 |
Color Harmonies of #3FA265
Complementary color
Monochromatic Colors of #3FA265
Black with #3FA265
Text Example
Text Example
White with #3FA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA265; }
p { color: rgb(63,162,101); }
H1.HeaderClassName
{
color: #3FA265;
}
.AnyTagClassName
{
color: #3FA265;
}
</style>
background-color css
<style>
a { background-color: #3FA265; }
a { background-color: rgb(63,162,101); }
div.DivClassName
{
background-color: #3FA265;
}
.BgClassName
{
background-color: #3FA265;
}
</style>
border-color css
<style>
span { border-color: #3FA265; }
span { border-color: rgb(63,162,101); }
td.TdClassName
{
border-color: #3FA265;
}
.TagClassName
{
border-color: #3FA265;
}
</style>