Shades of Genoa #367C73
Tints of Genoa #367C73
RGB
CMYK
RGB Variations
Color information
#367C73 (or 0x367C73) is known color: Genoa. HEX triplet: 36, 7C and 73. RGB value is (54,124,115). Sum of RGB (Red+Green+Blue) = 54+124+115=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #367C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C73 is #C9838C. Grayscale: #666666. Windows color (decimal): -13206413 or 7568438. OLE color: 7568438.
HSL color Cylindrical-coordinate representation of color #367C73: hue angle of 172.29º 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 #367C73 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 115 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.51 |
| HSL | 172.29º | 0.39% | 0.35% | - |
| HSV(B) | 172.29º | 0.56% | 0.49% | - |
| XYZ | 11.82 | 16.44 | 18.77 | - |
| YUV | 102.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 115 | 0.56 | 0 | 0.07 | 0.51 | 172.29 | 0.39 | 0.35 |
| Hex | 36 | 7C | 73 | 38 | 0 | 7 | 33 | AC | 27 | 23 |
| Octal | 66 | 174 | 163 | 70 | 0 | 7 | 63 | 254 | 47 | 43 |
| Binary | 110110 | 1111100 | 1110011 | 111000 | 0 | 111 | 110011 | 10101100 | 100111 | 100011 |
Color Harmonies of #367C73
Complementary color
Monochromatic Colors of #367C73
Black with #367C73
Text Example
Text Example
White with #367C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C73; }
p { color: rgb(54,124,115); }
H1.HeaderClassName
{
color: #367C73;
}
.AnyTagClassName
{
color: #367C73;
}
</style>
background-color css
<style>
a { background-color: #367C73; }
a { background-color: rgb(54,124,115); }
div.DivClassName
{
background-color: #367C73;
}
.BgClassName
{
background-color: #367C73;
}
</style>
border-color css
<style>
span { border-color: #367C73; }
span { border-color: rgb(54,124,115); }
td.TdClassName
{
border-color: #367C73;
}
.TagClassName
{
border-color: #367C73;
}
</style>