Shades of Genoa #33736C
Tints of Genoa #33736C
RGB
CMYK
RGB Variations
Color information
#33736C (or 0x33736C) is known color: Genoa. HEX triplet: 33, 73 and 6C. RGB value is (51,115,108). Sum of RGB (Red+Green+Blue) = 51+115+108=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #33736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33736C is #CC8C93. Grayscale: #5F5F5F. Windows color (decimal): -13405332 or 7107379. OLE color: 7107379.
HSL color Cylindrical-coordinate representation of color #33736C: hue angle of 173.44º 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 #33736C is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 115 | 108 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.55 |
| HSL | 173.44º | 0.39% | 0.33% | - |
| HSV(B) | 173.44º | 0.56% | 0.45% | - |
| XYZ | 10.2 | 14.05 | 16.36 | - |
| YUV | 95.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 108 | 0.56 | 0 | 0.06 | 0.55 | 173.44 | 0.39 | 0.33 |
| Hex | 33 | 73 | 6C | 38 | 0 | 6 | 37 | AD | 27 | 21 |
| Octal | 63 | 163 | 154 | 70 | 0 | 6 | 67 | 255 | 47 | 41 |
| Binary | 110011 | 1110011 | 1101100 | 111000 | 0 | 110 | 110111 | 10101101 | 100111 | 100001 |
Color Harmonies of #33736C
Complementary color
Monochromatic Colors of #33736C
Black with #33736C
Text Example
Text Example
White with #33736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33736C; }
p { color: rgb(51,115,108); }
H1.HeaderClassName
{
color: #33736C;
}
.AnyTagClassName
{
color: #33736C;
}
</style>
background-color css
<style>
a { background-color: #33736C; }
a { background-color: rgb(51,115,108); }
div.DivClassName
{
background-color: #33736C;
}
.BgClassName
{
background-color: #33736C;
}
</style>
border-color css
<style>
span { border-color: #33736C; }
span { border-color: rgb(51,115,108); }
td.TdClassName
{
border-color: #33736C;
}
.TagClassName
{
border-color: #33736C;
}
</style>