Shades of Genoa #33746B
Tints of Genoa #33746B
RGB
CMYK
RGB Variations
Color information
#33746B (or 0x33746B) is known color: Genoa. HEX triplet: 33, 74 and 6B. RGB value is (51,116,107). Sum of RGB (Red+Green+Blue) = 51+116+107=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #33746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33746B is #CC8B94. Grayscale: #5F5F5F. Windows color (decimal): -13405077 or 7042099. OLE color: 7042099.
HSL color Cylindrical-coordinate representation of color #33746B: hue angle of 171.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33746B is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 116 | 107 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.55 |
| HSL | 171.69º | 0.39% | 0.33% | - |
| HSV(B) | 171.69º | 0.56% | 0.45% | - |
| XYZ | 10.26 | 14.26 | 16.12 | - |
| YUV | 95.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 107 | 0.56 | 0 | 0.08 | 0.55 | 171.69 | 0.39 | 0.33 |
| Hex | 33 | 74 | 6B | 38 | 0 | 8 | 37 | AC | 27 | 21 |
| Octal | 63 | 164 | 153 | 70 | 0 | 10 | 67 | 254 | 47 | 41 |
| Binary | 110011 | 1110100 | 1101011 | 111000 | 0 | 1000 | 110111 | 10101100 | 100111 | 100001 |
Color Harmonies of #33746B
Complementary color
Monochromatic Colors of #33746B
Black with #33746B
Text Example
Text Example
White with #33746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33746B; }
p { color: rgb(51,116,107); }
H1.HeaderClassName
{
color: #33746B;
}
.AnyTagClassName
{
color: #33746B;
}
</style>
background-color css
<style>
a { background-color: #33746B; }
a { background-color: rgb(51,116,107); }
div.DivClassName
{
background-color: #33746B;
}
.BgClassName
{
background-color: #33746B;
}
</style>
border-color css
<style>
span { border-color: #33746B; }
span { border-color: rgb(51,116,107); }
td.TdClassName
{
border-color: #33746B;
}
.TagClassName
{
border-color: #33746B;
}
</style>