Shades of Genoa #33766B
Tints of Genoa #33766B
RGB
CMYK
RGB Variations
Color information
#33766B (or 0x33766B) is known color: Genoa. HEX triplet: 33, 76 and 6B. RGB value is (51,118,107). Sum of RGB (Red+Green+Blue) = 51+118+107=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #33766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33766B is #CC8994. Grayscale: #606060. Windows color (decimal): -13404565 or 7042611. OLE color: 7042611.
HSL color Cylindrical-coordinate representation of color #33766B: hue angle of 170.15º 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 #33766B is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 118 | 107 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.54 |
| HSL | 170.15º | 0.4% | 0.33% | - |
| HSV(B) | 170.15º | 0.57% | 0.46% | - |
| XYZ | 10.5 | 14.72 | 16.2 | - |
| YUV | 96.71 | 133.8 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 107 | 0.57 | 0 | 0.09 | 0.54 | 170.15 | 0.4 | 0.33 |
| Hex | 33 | 76 | 6B | 39 | 0 | 9 | 36 | AA | 28 | 21 |
| Octal | 63 | 166 | 153 | 71 | 0 | 11 | 66 | 252 | 50 | 41 |
| Binary | 110011 | 1110110 | 1101011 | 111001 | 0 | 1001 | 110110 | 10101010 | 101000 | 100001 |
Color Harmonies of #33766B
Complementary color
Monochromatic Colors of #33766B
Black with #33766B
Text Example
Text Example
White with #33766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33766B; }
p { color: rgb(51,118,107); }
H1.HeaderClassName
{
color: #33766B;
}
.AnyTagClassName
{
color: #33766B;
}
</style>
background-color css
<style>
a { background-color: #33766B; }
a { background-color: rgb(51,118,107); }
div.DivClassName
{
background-color: #33766B;
}
.BgClassName
{
background-color: #33766B;
}
</style>
border-color css
<style>
span { border-color: #33766B; }
span { border-color: rgb(51,118,107); }
td.TdClassName
{
border-color: #33766B;
}
.TagClassName
{
border-color: #33766B;
}
</style>