Shades of Genoa #33786A
Tints of Genoa #33786A
RGB
CMYK
RGB Variations
Color information
#33786A (or 0x33786A) is known color: Genoa. HEX triplet: 33, 78 and 6A. RGB value is (51,120,106). Sum of RGB (Red+Green+Blue) = 51+120+106=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #33786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33786A is #CC8795. Grayscale: #616161. Windows color (decimal): -13404054 or 6977587. OLE color: 6977587.
HSL color Cylindrical-coordinate representation of color #33786A: hue angle of 167.83º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33786A is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 106 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.53 |
| HSL | 167.83º | 0.4% | 0.34% | - |
| HSV(B) | 167.83º | 0.58% | 0.47% | - |
| XYZ | 10.68 | 15.18 | 16 | - |
| YUV | 97.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 106 | 0.58 | 0 | 0.12 | 0.53 | 167.83 | 0.4 | 0.34 |
| Hex | 33 | 78 | 6A | 3A | 0 | C | 35 | A8 | 28 | 22 |
| Octal | 63 | 170 | 152 | 72 | 0 | 14 | 65 | 250 | 50 | 42 |
| Binary | 110011 | 1111000 | 1101010 | 111010 | 0 | 1100 | 110101 | 10101000 | 101000 | 100010 |
Color Harmonies of #33786A
Complementary color
Monochromatic Colors of #33786A
Black with #33786A
Text Example
Text Example
White with #33786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33786A; }
p { color: rgb(51,120,106); }
H1.HeaderClassName
{
color: #33786A;
}
.AnyTagClassName
{
color: #33786A;
}
</style>
background-color css
<style>
a { background-color: #33786A; }
a { background-color: rgb(51,120,106); }
div.DivClassName
{
background-color: #33786A;
}
.BgClassName
{
background-color: #33786A;
}
</style>
border-color css
<style>
span { border-color: #33786A; }
span { border-color: rgb(51,120,106); }
td.TdClassName
{
border-color: #33786A;
}
.TagClassName
{
border-color: #33786A;
}
</style>