Shades of Genoa #287563
Tints of Genoa #287563
RGB
CMYK
RGB Variations
Color information
#287563 (or 0x287563) is known color: Genoa. HEX triplet: 28, 75 and 63. RGB value is (40,117,99). Sum of RGB (Red+Green+Blue) = 40+117+99=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #287563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287563 is #D78A9C. Grayscale: #5B5B5B. Windows color (decimal): -14125725 or 6518056. OLE color: 6518056.
HSL color Cylindrical-coordinate representation of color #287563: hue angle of 165.97º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287563 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 99 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.54 |
| HSL | 165.97º | 0.49% | 0.31% | - |
| HSV(B) | 165.97º | 0.66% | 0.46% | - |
| XYZ | 9.49 | 14.07 | 14.02 | - |
| YUV | 91.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 99 | 0.66 | 0 | 0.15 | 0.54 | 165.97 | 0.49 | 0.31 |
| Hex | 28 | 75 | 63 | 42 | 0 | F | 36 | A6 | 31 | 1F |
| Octal | 50 | 165 | 143 | 102 | 0 | 17 | 66 | 246 | 61 | 37 |
| Binary | 101000 | 1110101 | 1100011 | 1000010 | 0 | 1111 | 110110 | 10100110 | 110001 | 11111 |
Color Harmonies of #287563
Complementary color
Monochromatic Colors of #287563
Black with #287563
Text Example
Text Example
White with #287563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287563; }
p { color: rgb(40,117,99); }
H1.HeaderClassName
{
color: #287563;
}
.AnyTagClassName
{
color: #287563;
}
</style>
background-color css
<style>
a { background-color: #287563; }
a { background-color: rgb(40,117,99); }
div.DivClassName
{
background-color: #287563;
}
.BgClassName
{
background-color: #287563;
}
</style>
border-color css
<style>
span { border-color: #287563; }
span { border-color: rgb(40,117,99); }
td.TdClassName
{
border-color: #287563;
}
.TagClassName
{
border-color: #287563;
}
</style>