Shades of Genoa #33765E
Tints of Genoa #33765E
RGB
CMYK
RGB Variations
Color information
#33765E (or 0x33765E) is known color: Genoa. HEX triplet: 33, 76 and 5E. RGB value is (51,118,94). Sum of RGB (Red+Green+Blue) = 51+118+94=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #33765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33765E is #CC89A1. Grayscale: #5F5F5F. Windows color (decimal): -13404578 or 6190643. OLE color: 6190643.
HSL color Cylindrical-coordinate representation of color #33765E: hue angle of 158.51º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33765E is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 118 | 94 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.54 |
| HSL | 158.51º | 0.4% | 0.33% | - |
| HSV(B) | 158.51º | 0.57% | 0.46% | - |
| XYZ | 9.86 | 14.47 | 12.86 | - |
| YUV | 95.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 94 | 0.57 | 0 | 0.20 | 0.54 | 158.51 | 0.4 | 0.33 |
| Hex | 33 | 76 | 5E | 39 | 0 | 14 | 36 | 9F | 28 | 21 |
| Octal | 63 | 166 | 136 | 71 | 0 | 24 | 66 | 237 | 50 | 41 |
| Binary | 110011 | 1110110 | 1011110 | 111001 | 0 | 10100 | 110110 | 10011111 | 101000 | 100001 |
Color Harmonies of #33765E
Complementary color
Monochromatic Colors of #33765E
Black with #33765E
Text Example
Text Example
White with #33765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33765E; }
p { color: rgb(51,118,94); }
H1.HeaderClassName
{
color: #33765E;
}
.AnyTagClassName
{
color: #33765E;
}
</style>
background-color css
<style>
a { background-color: #33765E; }
a { background-color: rgb(51,118,94); }
div.DivClassName
{
background-color: #33765E;
}
.BgClassName
{
background-color: #33765E;
}
</style>
border-color css
<style>
span { border-color: #33765E; }
span { border-color: rgb(51,118,94); }
td.TdClassName
{
border-color: #33765E;
}
.TagClassName
{
border-color: #33765E;
}
</style>