Shades of Genoa #33736B
Tints of Genoa #33736B
RGB
CMYK
RGB Variations
Color information
#33736B (or 0x33736B) is known color: Genoa. HEX triplet: 33, 73 and 6B. RGB value is (51,115,107). Sum of RGB (Red+Green+Blue) = 51+115+107=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #33736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33736B is #CC8C94. Grayscale: #5E5E5E. Windows color (decimal): -13405333 or 7041843. OLE color: 7041843.
HSL color Cylindrical-coordinate representation of color #33736B: hue angle of 172.5º 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 #33736B is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 115 | 107 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.55 |
| HSL | 172.5º | 0.39% | 0.33% | - |
| HSV(B) | 172.5º | 0.56% | 0.45% | - |
| XYZ | 10.15 | 14.03 | 16.08 | - |
| YUV | 94.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 107 | 0.56 | 0 | 0.07 | 0.55 | 172.5 | 0.39 | 0.33 |
| Hex | 33 | 73 | 6B | 38 | 0 | 7 | 37 | AC | 27 | 21 |
| Octal | 63 | 163 | 153 | 70 | 0 | 7 | 67 | 254 | 47 | 41 |
| Binary | 110011 | 1110011 | 1101011 | 111000 | 0 | 111 | 110111 | 10101100 | 100111 | 100001 |
Color Harmonies of #33736B
Complementary color
Monochromatic Colors of #33736B
Black with #33736B
Text Example
Text Example
White with #33736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33736B; }
p { color: rgb(51,115,107); }
H1.HeaderClassName
{
color: #33736B;
}
.AnyTagClassName
{
color: #33736B;
}
</style>
background-color css
<style>
a { background-color: #33736B; }
a { background-color: rgb(51,115,107); }
div.DivClassName
{
background-color: #33736B;
}
.BgClassName
{
background-color: #33736B;
}
</style>
border-color css
<style>
span { border-color: #33736B; }
span { border-color: rgb(51,115,107); }
td.TdClassName
{
border-color: #33736B;
}
.TagClassName
{
border-color: #33736B;
}
</style>