Shades of Chateau Green #4FA564
Tints of Chateau Green #4FA564
RGB
CMYK
RGB Variations
Color information
#4FA564 (or 0x4FA564) is known color: Chateau Green. HEX triplet: 4F, A5 and 64. RGB value is (79,165,100). Sum of RGB (Red+Green+Blue) = 79+165+100=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA564 is #B05A9B. Grayscale: #848484. Windows color (decimal): -11557532 or 6595919. OLE color: 6595919.
HSL color Cylindrical-coordinate representation of color #4FA564: hue angle of 134.65º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA564 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 165 | 100 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.35 |
| HSL | 134.65º | 0.35% | 0.48% | - |
| HSV(B) | 134.65º | 0.52% | 0.65% | - |
| XYZ | 18.98 | 29.49 | 16.75 | - |
| YUV | 131.88 | 110.01 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 100 | 0.52 | 0 | 0.39 | 0.35 | 134.65 | 0.35 | 0.48 |
| Hex | 4F | A5 | 64 | 34 | 0 | 27 | 23 | 87 | 23 | 30 |
| Octal | 117 | 245 | 144 | 64 | 0 | 47 | 43 | 207 | 43 | 60 |
| Binary | 1001111 | 10100101 | 1100100 | 110100 | 0 | 100111 | 100011 | 10000111 | 100011 | 110000 |
Color Harmonies of #4FA564
Complementary color
Monochromatic Colors of #4FA564
Black with #4FA564
Text Example
Text Example
White with #4FA564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA564; }
p { color: rgb(79,165,100); }
H1.HeaderClassName
{
color: #4FA564;
}
.AnyTagClassName
{
color: #4FA564;
}
</style>
background-color css
<style>
a { background-color: #4FA564; }
a { background-color: rgb(79,165,100); }
div.DivClassName
{
background-color: #4FA564;
}
.BgClassName
{
background-color: #4FA564;
}
</style>
border-color css
<style>
span { border-color: #4FA564; }
span { border-color: rgb(79,165,100); }
td.TdClassName
{
border-color: #4FA564;
}
.TagClassName
{
border-color: #4FA564;
}
</style>