Shades of Genoa #337364
Tints of Genoa #337364
RGB
CMYK
RGB Variations
Color information
#337364 (or 0x337364) is known color: Genoa. HEX triplet: 33, 73 and 64. RGB value is (51,115,100). Sum of RGB (Red+Green+Blue) = 51+115+100=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #337364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337364 is #CC8C9B. Grayscale: #5E5E5E. Windows color (decimal): -13405340 or 6583091. OLE color: 6583091.
HSL color Cylindrical-coordinate representation of color #337364: hue angle of 165.94º 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 #337364 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 115 | 100 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.55 |
| HSL | 165.94º | 0.39% | 0.33% | - |
| HSV(B) | 165.94º | 0.56% | 0.45% | - |
| XYZ | 9.8 | 13.89 | 14.22 | - |
| YUV | 94.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 100 | 0.56 | 0 | 0.13 | 0.55 | 165.94 | 0.39 | 0.33 |
| Hex | 33 | 73 | 64 | 38 | 0 | D | 37 | A6 | 27 | 21 |
| Octal | 63 | 163 | 144 | 70 | 0 | 15 | 67 | 246 | 47 | 41 |
| Binary | 110011 | 1110011 | 1100100 | 111000 | 0 | 1101 | 110111 | 10100110 | 100111 | 100001 |
Color Harmonies of #337364
Complementary color
Monochromatic Colors of #337364
Black with #337364
Text Example
Text Example
White with #337364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337364; }
p { color: rgb(51,115,100); }
H1.HeaderClassName
{
color: #337364;
}
.AnyTagClassName
{
color: #337364;
}
</style>
background-color css
<style>
a { background-color: #337364; }
a { background-color: rgb(51,115,100); }
div.DivClassName
{
background-color: #337364;
}
.BgClassName
{
background-color: #337364;
}
</style>
border-color css
<style>
span { border-color: #337364; }
span { border-color: rgb(51,115,100); }
td.TdClassName
{
border-color: #337364;
}
.TagClassName
{
border-color: #337364;
}
</style>