Shades of Genoa #337D6B
Tints of Genoa #337D6B
RGB
CMYK
RGB Variations
Color information
#337D6B (or 0x337D6B) is known color: Genoa. HEX triplet: 33, 7D and 6B. RGB value is (51,125,107). Sum of RGB (Red+Green+Blue) = 51+125+107=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #337D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D6B is #CC8294. Grayscale: #646464. Windows color (decimal): -13402773 or 7044403. OLE color: 7044403.
HSL color Cylindrical-coordinate representation of color #337D6B: hue angle of 165.41º 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 #337D6B is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 107 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.51 |
| HSL | 165.41º | 0.42% | 0.35% | - |
| HSV(B) | 165.41º | 0.59% | 0.49% | - |
| XYZ | 11.35 | 16.43 | 16.48 | - |
| YUV | 100.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 107 | 0.59 | 0 | 0.14 | 0.51 | 165.41 | 0.42 | 0.35 |
| Hex | 33 | 7D | 6B | 3B | 0 | E | 33 | A5 | 2A | 23 |
| Octal | 63 | 175 | 153 | 73 | 0 | 16 | 63 | 245 | 52 | 43 |
| Binary | 110011 | 1111101 | 1101011 | 111011 | 0 | 1110 | 110011 | 10100101 | 101010 | 100011 |
Color Harmonies of #337D6B
Complementary color
Monochromatic Colors of #337D6B
Black with #337D6B
Text Example
Text Example
White with #337D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D6B; }
p { color: rgb(51,125,107); }
H1.HeaderClassName
{
color: #337D6B;
}
.AnyTagClassName
{
color: #337D6B;
}
</style>
background-color css
<style>
a { background-color: #337D6B; }
a { background-color: rgb(51,125,107); }
div.DivClassName
{
background-color: #337D6B;
}
.BgClassName
{
background-color: #337D6B;
}
</style>
border-color css
<style>
span { border-color: #337D6B; }
span { border-color: rgb(51,125,107); }
td.TdClassName
{
border-color: #337D6B;
}
.TagClassName
{
border-color: #337D6B;
}
</style>