Shades of Genoa #337D6D
Tints of Genoa #337D6D
RGB
CMYK
RGB Variations
Color information
#337D6D (or 0x337D6D) is known color: Genoa. HEX triplet: 33, 7D and 6D. RGB value is (51,125,109). Sum of RGB (Red+Green+Blue) = 51+125+109=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #337D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D6D is #CC8292. Grayscale: #656565. Windows color (decimal): -13402771 or 7175475. OLE color: 7175475.
HSL color Cylindrical-coordinate representation of color #337D6D: hue angle of 167.03º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337D6D is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 109 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.51 |
| HSL | 167.03º | 0.42% | 0.35% | - |
| HSV(B) | 167.03º | 0.59% | 0.49% | - |
| XYZ | 11.46 | 16.48 | 17.04 | - |
| YUV | 101.05 | 132.48 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 109 | 0.59 | 0 | 0.13 | 0.51 | 167.03 | 0.42 | 0.35 |
| Hex | 33 | 7D | 6D | 3B | 0 | D | 33 | A7 | 2A | 23 |
| Octal | 63 | 175 | 155 | 73 | 0 | 15 | 63 | 247 | 52 | 43 |
| Binary | 110011 | 1111101 | 1101101 | 111011 | 0 | 1101 | 110011 | 10100111 | 101010 | 100011 |
Color Harmonies of #337D6D
Complementary color
Monochromatic Colors of #337D6D
Black with #337D6D
Text Example
Text Example
White with #337D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D6D; }
p { color: rgb(51,125,109); }
H1.HeaderClassName
{
color: #337D6D;
}
.AnyTagClassName
{
color: #337D6D;
}
</style>
background-color css
<style>
a { background-color: #337D6D; }
a { background-color: rgb(51,125,109); }
div.DivClassName
{
background-color: #337D6D;
}
.BgClassName
{
background-color: #337D6D;
}
</style>
border-color css
<style>
span { border-color: #337D6D; }
span { border-color: rgb(51,125,109); }
td.TdClassName
{
border-color: #337D6D;
}
.TagClassName
{
border-color: #337D6D;
}
</style>