Shades of Genoa #337872
Tints of Genoa #337872
RGB
CMYK
RGB Variations
Color information
#337872 (or 0x337872) is known color: Genoa. HEX triplet: 33, 78 and 72. RGB value is (51,120,114). Sum of RGB (Red+Green+Blue) = 51+120+114=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #337872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337872 is #CC878D. Grayscale: #626262. Windows color (decimal): -13404046 or 7501875. OLE color: 7501875.
HSL color Cylindrical-coordinate representation of color #337872: hue angle of 174.78º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337872 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 114 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.53 |
| HSL | 174.78º | 0.4% | 0.34% | - |
| HSV(B) | 174.78º | 0.58% | 0.47% | - |
| XYZ | 11.12 | 15.35 | 18.3 | - |
| YUV | 98.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 114 | 0.58 | 0 | 0.05 | 0.53 | 174.78 | 0.4 | 0.34 |
| Hex | 33 | 78 | 72 | 3A | 0 | 5 | 35 | AF | 28 | 22 |
| Octal | 63 | 170 | 162 | 72 | 0 | 5 | 65 | 257 | 50 | 42 |
| Binary | 110011 | 1111000 | 1110010 | 111010 | 0 | 101 | 110101 | 10101111 | 101000 | 100010 |
Color Harmonies of #337872
Complementary color
Monochromatic Colors of #337872
Black with #337872
Text Example
Text Example
White with #337872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337872; }
p { color: rgb(51,120,114); }
H1.HeaderClassName
{
color: #337872;
}
.AnyTagClassName
{
color: #337872;
}
</style>
background-color css
<style>
a { background-color: #337872; }
a { background-color: rgb(51,120,114); }
div.DivClassName
{
background-color: #337872;
}
.BgClassName
{
background-color: #337872;
}
</style>
border-color css
<style>
span { border-color: #337872; }
span { border-color: rgb(51,120,114); }
td.TdClassName
{
border-color: #337872;
}
.TagClassName
{
border-color: #337872;
}
</style>