Shades of Genoa #33756A
Tints of Genoa #33756A
RGB
CMYK
RGB Variations
Color information
#33756A (or 0x33756A) is known color: Genoa. HEX triplet: 33, 75 and 6A. RGB value is (51,117,106). Sum of RGB (Red+Green+Blue) = 51+117+106=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #33756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33756A is #CC8A95. Grayscale: #5F5F5F. Windows color (decimal): -13404822 or 6976819. OLE color: 6976819.
HSL color Cylindrical-coordinate representation of color #33756A: hue angle of 170º 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 #33756A is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 117 | 106 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.54 |
| HSL | 170º | 0.39% | 0.33% | - |
| HSV(B) | 170º | 0.56% | 0.46% | - |
| XYZ | 10.33 | 14.47 | 15.88 | - |
| YUV | 96.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 106 | 0.56 | 0 | 0.09 | 0.54 | 170 | 0.39 | 0.33 |
| Hex | 33 | 75 | 6A | 38 | 0 | 9 | 36 | AA | 27 | 21 |
| Octal | 63 | 165 | 152 | 70 | 0 | 11 | 66 | 252 | 47 | 41 |
| Binary | 110011 | 1110101 | 1101010 | 111000 | 0 | 1001 | 110110 | 10101010 | 100111 | 100001 |
Color Harmonies of #33756A
Complementary color
Monochromatic Colors of #33756A
Black with #33756A
Text Example
Text Example
White with #33756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33756A; }
p { color: rgb(51,117,106); }
H1.HeaderClassName
{
color: #33756A;
}
.AnyTagClassName
{
color: #33756A;
}
</style>
background-color css
<style>
a { background-color: #33756A; }
a { background-color: rgb(51,117,106); }
div.DivClassName
{
background-color: #33756A;
}
.BgClassName
{
background-color: #33756A;
}
</style>
border-color css
<style>
span { border-color: #33756A; }
span { border-color: rgb(51,117,106); }
td.TdClassName
{
border-color: #33756A;
}
.TagClassName
{
border-color: #33756A;
}
</style>