Shades of Genoa #33816F
Tints of Genoa #33816F
RGB
CMYK
RGB Variations
Color information
#33816F (or 0x33816F) is known color: Genoa. HEX triplet: 33, 81 and 6F. RGB value is (51,129,111). Sum of RGB (Red+Green+Blue) = 51+129+111=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #33816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33816F is #CC7E90. Grayscale: #676767. Windows color (decimal): -13401745 or 7307571. OLE color: 7307571.
HSL color Cylindrical-coordinate representation of color #33816F: hue angle of 166.15º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33816F is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 129 | 111 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.49 |
| HSL | 166.15º | 0.43% | 0.35% | - |
| HSV(B) | 166.15º | 0.6% | 0.51% | - |
| XYZ | 12.08 | 17.55 | 17.79 | - |
| YUV | 103.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 111 | 0.60 | 0 | 0.14 | 0.49 | 166.15 | 0.43 | 0.35 |
| Hex | 33 | 81 | 6F | 3C | 0 | E | 31 | A6 | 2B | 23 |
| Octal | 63 | 201 | 157 | 74 | 0 | 16 | 61 | 246 | 53 | 43 |
| Binary | 110011 | 10000001 | 1101111 | 111100 | 0 | 1110 | 110001 | 10100110 | 101011 | 100011 |
Color Harmonies of #33816F
Complementary color
Monochromatic Colors of #33816F
Black with #33816F
Text Example
Text Example
White with #33816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33816F; }
p { color: rgb(51,129,111); }
H1.HeaderClassName
{
color: #33816F;
}
.AnyTagClassName
{
color: #33816F;
}
</style>
background-color css
<style>
a { background-color: #33816F; }
a { background-color: rgb(51,129,111); }
div.DivClassName
{
background-color: #33816F;
}
.BgClassName
{
background-color: #33816F;
}
</style>
border-color css
<style>
span { border-color: #33816F; }
span { border-color: rgb(51,129,111); }
td.TdClassName
{
border-color: #33816F;
}
.TagClassName
{
border-color: #33816F;
}
</style>