Shades of Genoa #366A64
Tints of Genoa #366A64
RGB
CMYK
RGB Variations
Color information
#366A64 (or 0x366A64) is known color: Genoa. HEX triplet: 36, 6A and 64. RGB value is (54,106,100). Sum of RGB (Red+Green+Blue) = 54+106+100=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 106 - color contains mainly: green. Hex color #366A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366A64 is #C9959B. Grayscale: #595959. Windows color (decimal): -13211036 or 6580790. OLE color: 6580790.
HSL color Cylindrical-coordinate representation of color #366A64: hue angle of 173.08º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366A64 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 106 | 100 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.58 |
| HSL | 173.08º | 0.33% | 0.31% | - |
| HSV(B) | 173.08º | 0.49% | 0.42% | - |
| XYZ | 8.98 | 12.01 | 13.9 | - |
| YUV | 89.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 100 | 0.49 | 0 | 0.06 | 0.58 | 173.08 | 0.33 | 0.31 |
| Hex | 36 | 6A | 64 | 31 | 0 | 6 | 3A | AD | 20 | 1F |
| Octal | 66 | 152 | 144 | 61 | 0 | 6 | 72 | 255 | 40 | 37 |
| Binary | 110110 | 1101010 | 1100100 | 110001 | 0 | 110 | 111010 | 10101101 | 100000 | 11111 |
Color Harmonies of #366A64
Complementary color
Monochromatic Colors of #366A64
Black with #366A64
Text Example
Text Example
White with #366A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366A64; }
p { color: rgb(54,106,100); }
H1.HeaderClassName
{
color: #366A64;
}
.AnyTagClassName
{
color: #366A64;
}
</style>
background-color css
<style>
a { background-color: #366A64; }
a { background-color: rgb(54,106,100); }
div.DivClassName
{
background-color: #366A64;
}
.BgClassName
{
background-color: #366A64;
}
</style>
border-color css
<style>
span { border-color: #366A64; }
span { border-color: rgb(54,106,100); }
td.TdClassName
{
border-color: #366A64;
}
.TagClassName
{
border-color: #366A64;
}
</style>