Shades of Genoa #33726F
Tints of Genoa #33726F
RGB
CMYK
RGB Variations
Color information
#33726F (or 0x33726F) is known color: Genoa. HEX triplet: 33, 72 and 6F. RGB value is (51,114,111). Sum of RGB (Red+Green+Blue) = 51+114+111=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #33726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33726F is #CC8D90. Grayscale: #5E5E5E. Windows color (decimal): -13405585 or 7303731. OLE color: 7303731.
HSL color Cylindrical-coordinate representation of color #33726F: hue angle of 177.14º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33726F is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 114 | 111 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.55 |
| HSL | 177.14º | 0.38% | 0.32% | - |
| HSV(B) | 177.14º | 0.55% | 0.45% | - |
| XYZ | 10.25 | 13.89 | 17.18 | - |
| YUV | 94.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 114 | 111 | 0.55 | 0 | 0.03 | 0.55 | 177.14 | 0.38 | 0.32 |
| Hex | 33 | 72 | 6F | 37 | 0 | 3 | 37 | B1 | 26 | 20 |
| Octal | 63 | 162 | 157 | 67 | 0 | 3 | 67 | 261 | 46 | 40 |
| Binary | 110011 | 1110010 | 1101111 | 110111 | 0 | 11 | 110111 | 10110001 | 100110 | 100000 |
Color Harmonies of #33726F
Complementary color
Monochromatic Colors of #33726F
Black with #33726F
Text Example
Text Example
White with #33726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33726F; }
p { color: rgb(51,114,111); }
H1.HeaderClassName
{
color: #33726F;
}
.AnyTagClassName
{
color: #33726F;
}
</style>
background-color css
<style>
a { background-color: #33726F; }
a { background-color: rgb(51,114,111); }
div.DivClassName
{
background-color: #33726F;
}
.BgClassName
{
background-color: #33726F;
}
</style>
border-color css
<style>
span { border-color: #33726F; }
span { border-color: rgb(51,114,111); }
td.TdClassName
{
border-color: #33726F;
}
.TagClassName
{
border-color: #33726F;
}
</style>