Shades of Genoa #307363
Tints of Genoa #307363
RGB
CMYK
RGB Variations
Color information
#307363 (or 0x307363) is known color: Genoa. HEX triplet: 30, 73 and 63. RGB value is (48,115,99). Sum of RGB (Red+Green+Blue) = 48+115+99=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #307363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307363 is #CF8C9C. Grayscale: #5D5D5D. Windows color (decimal): -13601949 or 6517552. OLE color: 6517552.
HSL color Cylindrical-coordinate representation of color #307363: hue angle of 165.67º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307363 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 115 | 99 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.55 |
| HSL | 165.67º | 0.41% | 0.32% | - |
| HSV(B) | 165.67º | 0.58% | 0.45% | - |
| XYZ | 9.6 | 13.79 | 13.96 | - |
| YUV | 93.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 99 | 0.58 | 0 | 0.14 | 0.55 | 165.67 | 0.41 | 0.32 |
| Hex | 30 | 73 | 63 | 3A | 0 | E | 37 | A6 | 29 | 20 |
| Octal | 60 | 163 | 143 | 72 | 0 | 16 | 67 | 246 | 51 | 40 |
| Binary | 110000 | 1110011 | 1100011 | 111010 | 0 | 1110 | 110111 | 10100110 | 101001 | 100000 |
Color Harmonies of #307363
Complementary color
Monochromatic Colors of #307363
Black with #307363
Text Example
Text Example
White with #307363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307363; }
p { color: rgb(48,115,99); }
H1.HeaderClassName
{
color: #307363;
}
.AnyTagClassName
{
color: #307363;
}
</style>
background-color css
<style>
a { background-color: #307363; }
a { background-color: rgb(48,115,99); }
div.DivClassName
{
background-color: #307363;
}
.BgClassName
{
background-color: #307363;
}
</style>
border-color css
<style>
span { border-color: #307363; }
span { border-color: rgb(48,115,99); }
td.TdClassName
{
border-color: #307363;
}
.TagClassName
{
border-color: #307363;
}
</style>