Shades of Genoa #378272
Tints of Genoa #378272
RGB
CMYK
RGB Variations
Color information
#378272 (or 0x378272) is known color: Genoa. HEX triplet: 37, 82 and 72. RGB value is (55,130,114). Sum of RGB (Red+Green+Blue) = 55+130+114=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #378272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378272 is #C87D8D. Grayscale: #696969. Windows color (decimal): -13139342 or 7504439. OLE color: 7504439.
HSL color Cylindrical-coordinate representation of color #378272: hue angle of 167.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378272 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 130 | 114 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.49 |
| HSL | 167.2º | 0.41% | 0.36% | - |
| HSV(B) | 167.2º | 0.58% | 0.51% | - |
| XYZ | 12.6 | 17.99 | 18.73 | - |
| YUV | 105.75 | 132.65 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 114 | 0.58 | 0 | 0.12 | 0.49 | 167.2 | 0.41 | 0.36 |
| Hex | 37 | 82 | 72 | 3A | 0 | C | 31 | A7 | 29 | 24 |
| Octal | 67 | 202 | 162 | 72 | 0 | 14 | 61 | 247 | 51 | 44 |
| Binary | 110111 | 10000010 | 1110010 | 111010 | 0 | 1100 | 110001 | 10100111 | 101001 | 100100 |
Color Harmonies of #378272
Complementary color
Monochromatic Colors of #378272
Black with #378272
Text Example
Text Example
White with #378272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378272; }
p { color: rgb(55,130,114); }
H1.HeaderClassName
{
color: #378272;
}
.AnyTagClassName
{
color: #378272;
}
</style>
background-color css
<style>
a { background-color: #378272; }
a { background-color: rgb(55,130,114); }
div.DivClassName
{
background-color: #378272;
}
.BgClassName
{
background-color: #378272;
}
</style>
border-color css
<style>
span { border-color: #378272; }
span { border-color: rgb(55,130,114); }
td.TdClassName
{
border-color: #378272;
}
.TagClassName
{
border-color: #378272;
}
</style>