Shades of Chateau Green #4FA265
Tints of Chateau Green #4FA265
RGB
CMYK
RGB Variations
Color information
#4FA265 (or 0x4FA265) is known color: Chateau Green. HEX triplet: 4F, A2 and 65. RGB value is (79,162,101). Sum of RGB (Red+Green+Blue) = 79+162+101=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA265 is #B05D9A. Grayscale: #828282. Windows color (decimal): -11558299 or 6660687. OLE color: 6660687.
HSL color Cylindrical-coordinate representation of color #4FA265: hue angle of 135.9º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA265 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 162 | 101 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.36 |
| HSL | 135.9º | 0.34% | 0.47% | - |
| HSV(B) | 135.9º | 0.51% | 0.64% | - |
| XYZ | 18.49 | 28.44 | 16.83 | - |
| YUV | 130.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 101 | 0.51 | 0 | 0.38 | 0.36 | 135.9 | 0.34 | 0.47 |
| Hex | 4F | A2 | 65 | 33 | 0 | 26 | 24 | 88 | 22 | 2F |
| Octal | 117 | 242 | 145 | 63 | 0 | 46 | 44 | 210 | 42 | 57 |
| Binary | 1001111 | 10100010 | 1100101 | 110011 | 0 | 100110 | 100100 | 10001000 | 100010 | 101111 |
Color Harmonies of #4FA265
Complementary color
Monochromatic Colors of #4FA265
Black with #4FA265
Text Example
Text Example
White with #4FA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA265; }
p { color: rgb(79,162,101); }
H1.HeaderClassName
{
color: #4FA265;
}
.AnyTagClassName
{
color: #4FA265;
}
</style>
background-color css
<style>
a { background-color: #4FA265; }
a { background-color: rgb(79,162,101); }
div.DivClassName
{
background-color: #4FA265;
}
.BgClassName
{
background-color: #4FA265;
}
</style>
border-color css
<style>
span { border-color: #4FA265; }
span { border-color: rgb(79,162,101); }
td.TdClassName
{
border-color: #4FA265;
}
.TagClassName
{
border-color: #4FA265;
}
</style>