Shades of Genoa #367C70
Tints of Genoa #367C70
RGB
CMYK
RGB Variations
Color information
#367C70 (or 0x367C70) is known color: Genoa. HEX triplet: 36, 7C and 70. RGB value is (54,124,112). Sum of RGB (Red+Green+Blue) = 54+124+112=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #367C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C70 is #C9838F. Grayscale: #656565. Windows color (decimal): -13206416 or 7371830. OLE color: 7371830.
HSL color Cylindrical-coordinate representation of color #367C70: hue angle of 169.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367C70 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 112 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.51 |
| HSL | 169.71º | 0.39% | 0.35% | - |
| HSV(B) | 169.71º | 0.56% | 0.49% | - |
| XYZ | 11.65 | 16.37 | 17.87 | - |
| YUV | 101.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 112 | 0.56 | 0 | 0.10 | 0.51 | 169.71 | 0.39 | 0.35 |
| Hex | 36 | 7C | 70 | 38 | 0 | A | 33 | AA | 27 | 23 |
| Octal | 66 | 174 | 160 | 70 | 0 | 12 | 63 | 252 | 47 | 43 |
| Binary | 110110 | 1111100 | 1110000 | 111000 | 0 | 1010 | 110011 | 10101010 | 100111 | 100011 |
Color Harmonies of #367C70
Complementary color
Monochromatic Colors of #367C70
Black with #367C70
Text Example
Text Example
White with #367C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C70; }
p { color: rgb(54,124,112); }
H1.HeaderClassName
{
color: #367C70;
}
.AnyTagClassName
{
color: #367C70;
}
</style>
background-color css
<style>
a { background-color: #367C70; }
a { background-color: rgb(54,124,112); }
div.DivClassName
{
background-color: #367C70;
}
.BgClassName
{
background-color: #367C70;
}
</style>
border-color css
<style>
span { border-color: #367C70; }
span { border-color: rgb(54,124,112); }
td.TdClassName
{
border-color: #367C70;
}
.TagClassName
{
border-color: #367C70;
}
</style>