Shades of Genoa #33756D
Tints of Genoa #33756D
RGB
CMYK
RGB Variations
Color information
#33756D (or 0x33756D) is known color: Genoa. HEX triplet: 33, 75 and 6D. RGB value is (51,117,109). Sum of RGB (Red+Green+Blue) = 51+117+109=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #33756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33756D is #CC8A92. Grayscale: #606060. Windows color (decimal): -13404819 or 7173427. OLE color: 7173427.
HSL color Cylindrical-coordinate representation of color #33756D: hue angle of 172.73º 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 #33756D is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 117 | 109 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.54 |
| HSL | 172.73º | 0.39% | 0.33% | - |
| HSV(B) | 172.73º | 0.56% | 0.46% | - |
| XYZ | 10.49 | 14.53 | 16.72 | - |
| YUV | 96.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 109 | 0.56 | 0 | 0.07 | 0.54 | 172.73 | 0.39 | 0.33 |
| Hex | 33 | 75 | 6D | 38 | 0 | 7 | 36 | AD | 27 | 21 |
| Octal | 63 | 165 | 155 | 70 | 0 | 7 | 66 | 255 | 47 | 41 |
| Binary | 110011 | 1110101 | 1101101 | 111000 | 0 | 111 | 110110 | 10101101 | 100111 | 100001 |
Color Harmonies of #33756D
Complementary color
Monochromatic Colors of #33756D
Black with #33756D
Text Example
Text Example
White with #33756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33756D; }
p { color: rgb(51,117,109); }
H1.HeaderClassName
{
color: #33756D;
}
.AnyTagClassName
{
color: #33756D;
}
</style>
background-color css
<style>
a { background-color: #33756D; }
a { background-color: rgb(51,117,109); }
div.DivClassName
{
background-color: #33756D;
}
.BgClassName
{
background-color: #33756D;
}
</style>
border-color css
<style>
span { border-color: #33756D; }
span { border-color: rgb(51,117,109); }
td.TdClassName
{
border-color: #33756D;
}
.TagClassName
{
border-color: #33756D;
}
</style>