Shades of Genoa #366F63
Tints of Genoa #366F63
RGB
CMYK
RGB Variations
Color information
#366F63 (or 0x366F63) is known color: Genoa. HEX triplet: 36, 6F and 63. RGB value is (54,111,99). Sum of RGB (Red+Green+Blue) = 54+111+99=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #366F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F63 is #C9909C. Grayscale: #5C5C5C. Windows color (decimal): -13209757 or 6516534. OLE color: 6516534.
HSL color Cylindrical-coordinate representation of color #366F63: hue angle of 167.37º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366F63 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 111 | 99 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.56 |
| HSL | 167.37º | 0.35% | 0.32% | - |
| HSV(B) | 167.37º | 0.51% | 0.44% | - |
| XYZ | 9.46 | 13.05 | 13.83 | - |
| YUV | 92.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 99 | 0.51 | 0 | 0.11 | 0.56 | 167.37 | 0.35 | 0.32 |
| Hex | 36 | 6F | 63 | 33 | 0 | B | 38 | A7 | 23 | 20 |
| Octal | 66 | 157 | 143 | 63 | 0 | 13 | 70 | 247 | 43 | 40 |
| Binary | 110110 | 1101111 | 1100011 | 110011 | 0 | 1011 | 111000 | 10100111 | 100011 | 100000 |
Color Harmonies of #366F63
Complementary color
Monochromatic Colors of #366F63
Black with #366F63
Text Example
Text Example
White with #366F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366F63; }
p { color: rgb(54,111,99); }
H1.HeaderClassName
{
color: #366F63;
}
.AnyTagClassName
{
color: #366F63;
}
</style>
background-color css
<style>
a { background-color: #366F63; }
a { background-color: rgb(54,111,99); }
div.DivClassName
{
background-color: #366F63;
}
.BgClassName
{
background-color: #366F63;
}
</style>
border-color css
<style>
span { border-color: #366F63; }
span { border-color: rgb(54,111,99); }
td.TdClassName
{
border-color: #366F63;
}
.TagClassName
{
border-color: #366F63;
}
</style>