Shades of Genoa #33776F
Tints of Genoa #33776F
RGB
CMYK
RGB Variations
Color information
#33776F (or 0x33776F) is known color: Genoa. HEX triplet: 33, 77 and 6F. RGB value is (51,119,111). Sum of RGB (Red+Green+Blue) = 51+119+111=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #33776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33776F is #CC8890. Grayscale: #616161. Windows color (decimal): -13404305 or 7305011. OLE color: 7305011.
HSL color Cylindrical-coordinate representation of color #33776F: hue angle of 172.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33776F is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 119 | 111 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.53 |
| HSL | 172.94º | 0.4% | 0.33% | - |
| HSV(B) | 172.94º | 0.57% | 0.47% | - |
| XYZ | 10.83 | 15.05 | 17.37 | - |
| YUV | 97.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 111 | 0.57 | 0 | 0.07 | 0.53 | 172.94 | 0.4 | 0.33 |
| Hex | 33 | 77 | 6F | 39 | 0 | 7 | 35 | AD | 28 | 21 |
| Octal | 63 | 167 | 157 | 71 | 0 | 7 | 65 | 255 | 50 | 41 |
| Binary | 110011 | 1110111 | 1101111 | 111001 | 0 | 111 | 110101 | 10101101 | 101000 | 100001 |
Color Harmonies of #33776F
Complementary color
Monochromatic Colors of #33776F
Black with #33776F
Text Example
Text Example
White with #33776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33776F; }
p { color: rgb(51,119,111); }
H1.HeaderClassName
{
color: #33776F;
}
.AnyTagClassName
{
color: #33776F;
}
</style>
background-color css
<style>
a { background-color: #33776F; }
a { background-color: rgb(51,119,111); }
div.DivClassName
{
background-color: #33776F;
}
.BgClassName
{
background-color: #33776F;
}
</style>
border-color css
<style>
span { border-color: #33776F; }
span { border-color: rgb(51,119,111); }
td.TdClassName
{
border-color: #33776F;
}
.TagClassName
{
border-color: #33776F;
}
</style>