Shades of Genoa #33816D
Tints of Genoa #33816D
RGB
CMYK
RGB Variations
Color information
#33816D (or 0x33816D) is known color: Genoa. HEX triplet: 33, 81 and 6D. RGB value is (51,129,109). Sum of RGB (Red+Green+Blue) = 51+129+109=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #33816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33816D is #CC7E92. Grayscale: #676767. Windows color (decimal): -13401747 or 7176499. OLE color: 7176499.
HSL color Cylindrical-coordinate representation of color #33816D: hue angle of 164.62º 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 #33816D is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 129 | 109 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.49 |
| HSL | 164.62º | 0.43% | 0.35% | - |
| HSV(B) | 164.62º | 0.6% | 0.51% | - |
| XYZ | 11.98 | 17.51 | 17.22 | - |
| YUV | 103.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 109 | 0.60 | 0 | 0.16 | 0.49 | 164.62 | 0.43 | 0.35 |
| Hex | 33 | 81 | 6D | 3C | 0 | 10 | 31 | A5 | 2B | 23 |
| Octal | 63 | 201 | 155 | 74 | 0 | 20 | 61 | 245 | 53 | 43 |
| Binary | 110011 | 10000001 | 1101101 | 111100 | 0 | 10000 | 110001 | 10100101 | 101011 | 100011 |
Color Harmonies of #33816D
Complementary color
Monochromatic Colors of #33816D
Black with #33816D
Text Example
Text Example
White with #33816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33816D; }
p { color: rgb(51,129,109); }
H1.HeaderClassName
{
color: #33816D;
}
.AnyTagClassName
{
color: #33816D;
}
</style>
background-color css
<style>
a { background-color: #33816D; }
a { background-color: rgb(51,129,109); }
div.DivClassName
{
background-color: #33816D;
}
.BgClassName
{
background-color: #33816D;
}
</style>
border-color css
<style>
span { border-color: #33816D; }
span { border-color: rgb(51,129,109); }
td.TdClassName
{
border-color: #33816D;
}
.TagClassName
{
border-color: #33816D;
}
</style>