Shades of Genoa #33756C
Tints of Genoa #33756C
RGB
CMYK
RGB Variations
Color information
#33756C (or 0x33756C) is known color: Genoa. HEX triplet: 33, 75 and 6C. RGB value is (51,117,108). Sum of RGB (Red+Green+Blue) = 51+117+108=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #33756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33756C is #CC8A93. Grayscale: #606060. Windows color (decimal): -13404820 or 7107891. OLE color: 7107891.
HSL color Cylindrical-coordinate representation of color #33756C: hue angle of 171.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33756C is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 117 | 108 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.54 |
| HSL | 171.82º | 0.39% | 0.33% | - |
| HSV(B) | 171.82º | 0.56% | 0.46% | - |
| XYZ | 10.43 | 14.51 | 16.44 | - |
| YUV | 96.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 108 | 0.56 | 0 | 0.08 | 0.54 | 171.82 | 0.39 | 0.33 |
| Hex | 33 | 75 | 6C | 38 | 0 | 8 | 36 | AC | 27 | 21 |
| Octal | 63 | 165 | 154 | 70 | 0 | 10 | 66 | 254 | 47 | 41 |
| Binary | 110011 | 1110101 | 1101100 | 111000 | 0 | 1000 | 110110 | 10101100 | 100111 | 100001 |
Color Harmonies of #33756C
Complementary color
Monochromatic Colors of #33756C
Black with #33756C
Text Example
Text Example
White with #33756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33756C; }
p { color: rgb(51,117,108); }
H1.HeaderClassName
{
color: #33756C;
}
.AnyTagClassName
{
color: #33756C;
}
</style>
background-color css
<style>
a { background-color: #33756C; }
a { background-color: rgb(51,117,108); }
div.DivClassName
{
background-color: #33756C;
}
.BgClassName
{
background-color: #33756C;
}
</style>
border-color css
<style>
span { border-color: #33756C; }
span { border-color: rgb(51,117,108); }
td.TdClassName
{
border-color: #33756C;
}
.TagClassName
{
border-color: #33756C;
}
</style>