Shades of Genoa #336F64
Tints of Genoa #336F64
RGB
CMYK
RGB Variations
Color information
#336F64 (or 0x336F64) is known color: Genoa. HEX triplet: 33, 6F and 64. RGB value is (51,111,100). Sum of RGB (Red+Green+Blue) = 51+111+100=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #336F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F64 is #CC909B. Grayscale: #5B5B5B. Windows color (decimal): -13406364 or 6582067. OLE color: 6582067.
HSL color Cylindrical-coordinate representation of color #336F64: hue angle of 169º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F64 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 100 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.56 |
| HSL | 169º | 0.37% | 0.32% | - |
| HSV(B) | 169º | 0.54% | 0.44% | - |
| XYZ | 9.35 | 12.99 | 14.07 | - |
| YUV | 91.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 100 | 0.54 | 0 | 0.10 | 0.56 | 169 | 0.37 | 0.32 |
| Hex | 33 | 6F | 64 | 36 | 0 | A | 38 | A9 | 25 | 20 |
| Octal | 63 | 157 | 144 | 66 | 0 | 12 | 70 | 251 | 45 | 40 |
| Binary | 110011 | 1101111 | 1100100 | 110110 | 0 | 1010 | 111000 | 10101001 | 100101 | 100000 |
Color Harmonies of #336F64
Complementary color
Monochromatic Colors of #336F64
Black with #336F64
Text Example
Text Example
White with #336F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F64; }
p { color: rgb(51,111,100); }
H1.HeaderClassName
{
color: #336F64;
}
.AnyTagClassName
{
color: #336F64;
}
</style>
background-color css
<style>
a { background-color: #336F64; }
a { background-color: rgb(51,111,100); }
div.DivClassName
{
background-color: #336F64;
}
.BgClassName
{
background-color: #336F64;
}
</style>
border-color css
<style>
span { border-color: #336F64; }
span { border-color: rgb(51,111,100); }
td.TdClassName
{
border-color: #336F64;
}
.TagClassName
{
border-color: #336F64;
}
</style>