Shades of Genoa #336C63
Tints of Genoa #336C63
RGB
CMYK
RGB Variations
Color information
#336C63 (or 0x336C63) is known color: Genoa. HEX triplet: 33, 6C and 63. RGB value is (51,108,99). Sum of RGB (Red+Green+Blue) = 51+108+99=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 108 - color contains mainly: green. Hex color #336C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C63 is #CC939C. Grayscale: #595959. Windows color (decimal): -13407133 or 6515763. OLE color: 6515763.
HSL color Cylindrical-coordinate representation of color #336C63: hue angle of 170.53º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336C63 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 108 | 99 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.58 |
| HSL | 170.53º | 0.36% | 0.31% | - |
| HSV(B) | 170.53º | 0.53% | 0.42% | - |
| XYZ | 8.98 | 12.33 | 13.71 | - |
| YUV | 89.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 99 | 0.53 | 0 | 0.08 | 0.58 | 170.53 | 0.36 | 0.31 |
| Hex | 33 | 6C | 63 | 35 | 0 | 8 | 3A | AB | 24 | 1F |
| Octal | 63 | 154 | 143 | 65 | 0 | 10 | 72 | 253 | 44 | 37 |
| Binary | 110011 | 1101100 | 1100011 | 110101 | 0 | 1000 | 111010 | 10101011 | 100100 | 11111 |
Color Harmonies of #336C63
Complementary color
Monochromatic Colors of #336C63
Black with #336C63
Text Example
Text Example
White with #336C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C63; }
p { color: rgb(51,108,99); }
H1.HeaderClassName
{
color: #336C63;
}
.AnyTagClassName
{
color: #336C63;
}
</style>
background-color css
<style>
a { background-color: #336C63; }
a { background-color: rgb(51,108,99); }
div.DivClassName
{
background-color: #336C63;
}
.BgClassName
{
background-color: #336C63;
}
</style>
border-color css
<style>
span { border-color: #336C63; }
span { border-color: rgb(51,108,99); }
td.TdClassName
{
border-color: #336C63;
}
.TagClassName
{
border-color: #336C63;
}
</style>