Shades of Genoa #367C68
Tints of Genoa #367C68
RGB
CMYK
RGB Variations
Color information
#367C68 (or 0x367C68) is known color: Genoa. HEX triplet: 36, 7C and 68. RGB value is (54,124,104). Sum of RGB (Red+Green+Blue) = 54+124+104=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #367C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C68 is #C98397. Grayscale: #646464. Windows color (decimal): -13206424 or 6847542. OLE color: 6847542.
HSL color Cylindrical-coordinate representation of color #367C68: hue angle of 162.86º 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 #367C68 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 104 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.51 |
| HSL | 162.86º | 0.39% | 0.35% | - |
| HSV(B) | 162.86º | 0.56% | 0.49% | - |
| XYZ | 11.23 | 16.2 | 15.63 | - |
| YUV | 100.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 104 | 0.56 | 0 | 0.16 | 0.51 | 162.86 | 0.39 | 0.35 |
| Hex | 36 | 7C | 68 | 38 | 0 | 10 | 33 | A3 | 27 | 23 |
| Octal | 66 | 174 | 150 | 70 | 0 | 20 | 63 | 243 | 47 | 43 |
| Binary | 110110 | 1111100 | 1101000 | 111000 | 0 | 10000 | 110011 | 10100011 | 100111 | 100011 |
Color Harmonies of #367C68
Complementary color
Monochromatic Colors of #367C68
Black with #367C68
Text Example
Text Example
White with #367C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C68; }
p { color: rgb(54,124,104); }
H1.HeaderClassName
{
color: #367C68;
}
.AnyTagClassName
{
color: #367C68;
}
</style>
background-color css
<style>
a { background-color: #367C68; }
a { background-color: rgb(54,124,104); }
div.DivClassName
{
background-color: #367C68;
}
.BgClassName
{
background-color: #367C68;
}
</style>
border-color css
<style>
span { border-color: #367C68; }
span { border-color: rgb(54,124,104); }
td.TdClassName
{
border-color: #367C68;
}
.TagClassName
{
border-color: #367C68;
}
</style>