Shades of Genoa #287764
Tints of Genoa #287764
RGB
CMYK
RGB Variations
Color information
#287764 (or 0x287764) is known color: Genoa. HEX triplet: 28, 77 and 64. RGB value is (40,119,100). Sum of RGB (Red+Green+Blue) = 40+119+100=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #287764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287764 is #D7889B. Grayscale: #5D5D5D. Windows color (decimal): -14125212 or 6584104. OLE color: 6584104.
HSL color Cylindrical-coordinate representation of color #287764: hue angle of 165.57º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287764 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 100 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.53 |
| HSL | 165.57º | 0.5% | 0.31% | - |
| HSV(B) | 165.57º | 0.66% | 0.47% | - |
| XYZ | 9.77 | 14.56 | 14.35 | - |
| YUV | 93.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 100 | 0.66 | 0 | 0.16 | 0.53 | 165.57 | 0.5 | 0.31 |
| Hex | 28 | 77 | 64 | 42 | 0 | 10 | 35 | A6 | 32 | 1F |
| Octal | 50 | 167 | 144 | 102 | 0 | 20 | 65 | 246 | 62 | 37 |
| Binary | 101000 | 1110111 | 1100100 | 1000010 | 0 | 10000 | 110101 | 10100110 | 110010 | 11111 |
Color Harmonies of #287764
Complementary color
Monochromatic Colors of #287764
Black with #287764
Text Example
Text Example
White with #287764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287764; }
p { color: rgb(40,119,100); }
H1.HeaderClassName
{
color: #287764;
}
.AnyTagClassName
{
color: #287764;
}
</style>
background-color css
<style>
a { background-color: #287764; }
a { background-color: rgb(40,119,100); }
div.DivClassName
{
background-color: #287764;
}
.BgClassName
{
background-color: #287764;
}
</style>
border-color css
<style>
span { border-color: #287764; }
span { border-color: rgb(40,119,100); }
td.TdClassName
{
border-color: #287764;
}
.TagClassName
{
border-color: #287764;
}
</style>