Shades of Genoa #337D67
Tints of Genoa #337D67
RGB
CMYK
RGB Variations
Color information
#337D67 (or 0x337D67) is known color: Genoa. HEX triplet: 33, 7D and 67. RGB value is (51,125,103). Sum of RGB (Red+Green+Blue) = 51+125+103=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #337D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D67 is #CC8298. Grayscale: #646464. Windows color (decimal): -13402777 or 6782259. OLE color: 6782259.
HSL color Cylindrical-coordinate representation of color #337D67: hue angle of 162.16º 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 #337D67 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 103 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.51 |
| HSL | 162.16º | 0.42% | 0.35% | - |
| HSV(B) | 162.16º | 0.59% | 0.49% | - |
| XYZ | 11.15 | 16.35 | 15.4 | - |
| YUV | 100.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 103 | 0.59 | 0 | 0.18 | 0.51 | 162.16 | 0.42 | 0.35 |
| Hex | 33 | 7D | 67 | 3B | 0 | 12 | 33 | A2 | 2A | 23 |
| Octal | 63 | 175 | 147 | 73 | 0 | 22 | 63 | 242 | 52 | 43 |
| Binary | 110011 | 1111101 | 1100111 | 111011 | 0 | 10010 | 110011 | 10100010 | 101010 | 100011 |
Color Harmonies of #337D67
Complementary color
Monochromatic Colors of #337D67
Black with #337D67
Text Example
Text Example
White with #337D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D67; }
p { color: rgb(51,125,103); }
H1.HeaderClassName
{
color: #337D67;
}
.AnyTagClassName
{
color: #337D67;
}
</style>
background-color css
<style>
a { background-color: #337D67; }
a { background-color: rgb(51,125,103); }
div.DivClassName
{
background-color: #337D67;
}
.BgClassName
{
background-color: #337D67;
}
</style>
border-color css
<style>
span { border-color: #337D67; }
span { border-color: rgb(51,125,103); }
td.TdClassName
{
border-color: #337D67;
}
.TagClassName
{
border-color: #337D67;
}
</style>