Shades of Genoa #366D68
Tints of Genoa #366D68
RGB
CMYK
RGB Variations
Color information
#366D68 (or 0x366D68) is known color: Genoa. HEX triplet: 36, 6D and 68. RGB value is (54,109,104). Sum of RGB (Red+Green+Blue) = 54+109+104=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 109 - color contains mainly: green. Hex color #366D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D68 is #C99297. Grayscale: #5B5B5B. Windows color (decimal): -13210264 or 6843702. OLE color: 6843702.
HSL color Cylindrical-coordinate representation of color #366D68: hue angle of 174.55º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366D68 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 109 | 104 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.57 |
| HSL | 174.55º | 0.34% | 0.32% | - |
| HSV(B) | 174.55º | 0.5% | 0.43% | - |
| XYZ | 9.49 | 12.72 | 15.05 | - |
| YUV | 91.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 104 | 0.50 | 0 | 0.05 | 0.57 | 174.55 | 0.34 | 0.32 |
| Hex | 36 | 6D | 68 | 32 | 0 | 5 | 39 | AF | 22 | 20 |
| Octal | 66 | 155 | 150 | 62 | 0 | 5 | 71 | 257 | 42 | 40 |
| Binary | 110110 | 1101101 | 1101000 | 110010 | 0 | 101 | 111001 | 10101111 | 100010 | 100000 |
Color Harmonies of #366D68
Complementary color
Monochromatic Colors of #366D68
Black with #366D68
Text Example
Text Example
White with #366D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366D68; }
p { color: rgb(54,109,104); }
H1.HeaderClassName
{
color: #366D68;
}
.AnyTagClassName
{
color: #366D68;
}
</style>
background-color css
<style>
a { background-color: #366D68; }
a { background-color: rgb(54,109,104); }
div.DivClassName
{
background-color: #366D68;
}
.BgClassName
{
background-color: #366D68;
}
</style>
border-color css
<style>
span { border-color: #366D68; }
span { border-color: rgb(54,109,104); }
td.TdClassName
{
border-color: #366D68;
}
.TagClassName
{
border-color: #366D68;
}
</style>