Shades of Genoa #337363
Tints of Genoa #337363
RGB
CMYK
RGB Variations
Color information
#337363 (or 0x337363) is known color: Genoa. HEX triplet: 33, 73 and 63. RGB value is (51,115,99). Sum of RGB (Red+Green+Blue) = 51+115+99=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #337363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337363 is #CC8C9C. Grayscale: #5E5E5E. Windows color (decimal): -13405341 or 6517555. OLE color: 6517555.
HSL color Cylindrical-coordinate representation of color #337363: hue angle of 165º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337363 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 115 | 99 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.55 |
| HSL | 165º | 0.39% | 0.33% | - |
| HSV(B) | 165º | 0.56% | 0.45% | - |
| XYZ | 9.75 | 13.87 | 13.97 | - |
| YUV | 94.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 99 | 0.56 | 0 | 0.14 | 0.55 | 165 | 0.39 | 0.33 |
| Hex | 33 | 73 | 63 | 38 | 0 | E | 37 | A5 | 27 | 21 |
| Octal | 63 | 163 | 143 | 70 | 0 | 16 | 67 | 245 | 47 | 41 |
| Binary | 110011 | 1110011 | 1100011 | 111000 | 0 | 1110 | 110111 | 10100101 | 100111 | 100001 |
Color Harmonies of #337363
Complementary color
Monochromatic Colors of #337363
Black with #337363
Text Example
Text Example
White with #337363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337363; }
p { color: rgb(51,115,99); }
H1.HeaderClassName
{
color: #337363;
}
.AnyTagClassName
{
color: #337363;
}
</style>
background-color css
<style>
a { background-color: #337363; }
a { background-color: rgb(51,115,99); }
div.DivClassName
{
background-color: #337363;
}
.BgClassName
{
background-color: #337363;
}
</style>
border-color css
<style>
span { border-color: #337363; }
span { border-color: rgb(51,115,99); }
td.TdClassName
{
border-color: #337363;
}
.TagClassName
{
border-color: #337363;
}
</style>