Shades of Genoa #33786B
Tints of Genoa #33786B
RGB
CMYK
RGB Variations
Color information
#33786B (or 0x33786B) is known color: Genoa. HEX triplet: 33, 78 and 6B. RGB value is (51,120,107). Sum of RGB (Red+Green+Blue) = 51+120+107=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #33786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33786B is #CC8794. Grayscale: #616161. Windows color (decimal): -13404053 or 7043123. OLE color: 7043123.
HSL color Cylindrical-coordinate representation of color #33786B: hue angle of 168.7º 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 #33786B is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 107 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.53 |
| HSL | 168.7º | 0.4% | 0.34% | - |
| HSV(B) | 168.7º | 0.58% | 0.47% | - |
| XYZ | 10.74 | 15.2 | 16.28 | - |
| YUV | 97.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 107 | 0.58 | 0 | 0.11 | 0.53 | 168.7 | 0.4 | 0.34 |
| Hex | 33 | 78 | 6B | 3A | 0 | B | 35 | A9 | 28 | 22 |
| Octal | 63 | 170 | 153 | 72 | 0 | 13 | 65 | 251 | 50 | 42 |
| Binary | 110011 | 1111000 | 1101011 | 111010 | 0 | 1011 | 110101 | 10101001 | 101000 | 100010 |
Color Harmonies of #33786B
Complementary color
Monochromatic Colors of #33786B
Black with #33786B
Text Example
Text Example
White with #33786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33786B; }
p { color: rgb(51,120,107); }
H1.HeaderClassName
{
color: #33786B;
}
.AnyTagClassName
{
color: #33786B;
}
</style>
background-color css
<style>
a { background-color: #33786B; }
a { background-color: rgb(51,120,107); }
div.DivClassName
{
background-color: #33786B;
}
.BgClassName
{
background-color: #33786B;
}
</style>
border-color css
<style>
span { border-color: #33786B; }
span { border-color: rgb(51,120,107); }
td.TdClassName
{
border-color: #33786B;
}
.TagClassName
{
border-color: #33786B;
}
</style>