Shades of Genoa #336C6B
Tints of Genoa #336C6B
RGB
CMYK
RGB Variations
Color information
#336C6B (or 0x336C6B) is known color: Genoa. HEX triplet: 33, 6C and 6B. RGB value is (51,108,107). Sum of RGB (Red+Green+Blue) = 51+108+107=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 108 - color contains mainly: green. Hex color #336C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C6B is #CC9394. Grayscale: #5A5A5A. Windows color (decimal): -13407125 or 7040051. OLE color: 7040051.
HSL color Cylindrical-coordinate representation of color #336C6B: hue angle of 178.95º 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 #336C6B is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 108 | 107 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.58 |
| HSL | 178.95º | 0.36% | 0.31% | - |
| HSV(B) | 178.95º | 0.53% | 0.42% | - |
| XYZ | 9.38 | 12.49 | 15.83 | - |
| YUV | 90.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 107 | 0.53 | 0 | 0.01 | 0.58 | 178.95 | 0.36 | 0.31 |
| Hex | 33 | 6C | 6B | 35 | 0 | 1 | 3A | B3 | 24 | 1F |
| Octal | 63 | 154 | 153 | 65 | 0 | 1 | 72 | 263 | 44 | 37 |
| Binary | 110011 | 1101100 | 1101011 | 110101 | 0 | 1 | 111010 | 10110011 | 100100 | 11111 |
Color Harmonies of #336C6B
Complementary color
Monochromatic Colors of #336C6B
Black with #336C6B
Text Example
Text Example
White with #336C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C6B; }
p { color: rgb(51,108,107); }
H1.HeaderClassName
{
color: #336C6B;
}
.AnyTagClassName
{
color: #336C6B;
}
</style>
background-color css
<style>
a { background-color: #336C6B; }
a { background-color: rgb(51,108,107); }
div.DivClassName
{
background-color: #336C6B;
}
.BgClassName
{
background-color: #336C6B;
}
</style>
border-color css
<style>
span { border-color: #336C6B; }
span { border-color: rgb(51,108,107); }
td.TdClassName
{
border-color: #336C6B;
}
.TagClassName
{
border-color: #336C6B;
}
</style>