Shades of Genoa #367C74
Tints of Genoa #367C74
RGB
CMYK
RGB Variations
Color information
#367C74 (or 0x367C74) is known color: Genoa. HEX triplet: 36, 7C and 74. RGB value is (54,124,116). Sum of RGB (Red+Green+Blue) = 54+124+116=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #367C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C74 is #C9838B. Grayscale: #666666. Windows color (decimal): -13206412 or 7633974. OLE color: 7633974.
HSL color Cylindrical-coordinate representation of color #367C74: hue angle of 173.14º 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 #367C74 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 116 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.51 |
| HSL | 173.14º | 0.39% | 0.35% | - |
| HSV(B) | 173.14º | 0.56% | 0.49% | - |
| XYZ | 11.88 | 16.46 | 19.07 | - |
| YUV | 102.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 116 | 0.56 | 0 | 0.06 | 0.51 | 173.14 | 0.39 | 0.35 |
| Hex | 36 | 7C | 74 | 38 | 0 | 6 | 33 | AD | 27 | 23 |
| Octal | 66 | 174 | 164 | 70 | 0 | 6 | 63 | 255 | 47 | 43 |
| Binary | 110110 | 1111100 | 1110100 | 111000 | 0 | 110 | 110011 | 10101101 | 100111 | 100011 |
Color Harmonies of #367C74
Complementary color
Monochromatic Colors of #367C74
Black with #367C74
Text Example
Text Example
White with #367C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C74; }
p { color: rgb(54,124,116); }
H1.HeaderClassName
{
color: #367C74;
}
.AnyTagClassName
{
color: #367C74;
}
</style>
background-color css
<style>
a { background-color: #367C74; }
a { background-color: rgb(54,124,116); }
div.DivClassName
{
background-color: #367C74;
}
.BgClassName
{
background-color: #367C74;
}
</style>
border-color css
<style>
span { border-color: #367C74; }
span { border-color: rgb(54,124,116); }
td.TdClassName
{
border-color: #367C74;
}
.TagClassName
{
border-color: #367C74;
}
</style>