Shades of Genoa #378378
Tints of Genoa #378378
RGB
CMYK
RGB Variations
Color information
#378378 (or 0x378378) is known color: Genoa. HEX triplet: 37, 83 and 78. RGB value is (55,131,120). Sum of RGB (Red+Green+Blue) = 55+131+120=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #378378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378378 is #C87C87. Grayscale: #6A6A6A. Windows color (decimal): -13139080 or 7897911. OLE color: 7897911.
HSL color Cylindrical-coordinate representation of color #378378: hue angle of 171.32º 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 #378378 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 131 | 120 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.49 |
| HSL | 171.32º | 0.41% | 0.36% | - |
| HSV(B) | 171.32º | 0.58% | 0.51% | - |
| XYZ | 13.08 | 18.4 | 20.63 | - |
| YUV | 107.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 131 | 120 | 0.58 | 0 | 0.08 | 0.49 | 171.32 | 0.41 | 0.36 |
| Hex | 37 | 83 | 78 | 3A | 0 | 8 | 31 | AB | 29 | 24 |
| Octal | 67 | 203 | 170 | 72 | 0 | 10 | 61 | 253 | 51 | 44 |
| Binary | 110111 | 10000011 | 1111000 | 111010 | 0 | 1000 | 110001 | 10101011 | 101001 | 100100 |
Color Harmonies of #378378
Complementary color
Monochromatic Colors of #378378
Black with #378378
Text Example
Text Example
White with #378378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378378; }
p { color: rgb(55,131,120); }
H1.HeaderClassName
{
color: #378378;
}
.AnyTagClassName
{
color: #378378;
}
</style>
background-color css
<style>
a { background-color: #378378; }
a { background-color: rgb(55,131,120); }
div.DivClassName
{
background-color: #378378;
}
.BgClassName
{
background-color: #378378;
}
</style>
border-color css
<style>
span { border-color: #378378; }
span { border-color: rgb(55,131,120); }
td.TdClassName
{
border-color: #378378;
}
.TagClassName
{
border-color: #378378;
}
</style>