Shades of Genoa #33816B
Tints of Genoa #33816B
RGB
CMYK
RGB Variations
Color information
#33816B (or 0x33816B) is known color: Genoa. HEX triplet: 33, 81 and 6B. RGB value is (51,129,107). Sum of RGB (Red+Green+Blue) = 51+129+107=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #33816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33816B is #CC7E94. Grayscale: #676767. Windows color (decimal): -13401749 or 7045427. OLE color: 7045427.
HSL color Cylindrical-coordinate representation of color #33816B: hue angle of 163.08º 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 #33816B is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 129 | 107 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.49 |
| HSL | 163.08º | 0.43% | 0.35% | - |
| HSV(B) | 163.08º | 0.6% | 0.51% | - |
| XYZ | 11.87 | 17.47 | 16.66 | - |
| YUV | 103.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 107 | 0.60 | 0 | 0.17 | 0.49 | 163.08 | 0.43 | 0.35 |
| Hex | 33 | 81 | 6B | 3C | 0 | 11 | 31 | A3 | 2B | 23 |
| Octal | 63 | 201 | 153 | 74 | 0 | 21 | 61 | 243 | 53 | 43 |
| Binary | 110011 | 10000001 | 1101011 | 111100 | 0 | 10001 | 110001 | 10100011 | 101011 | 100011 |
Color Harmonies of #33816B
Complementary color
Monochromatic Colors of #33816B
Black with #33816B
Text Example
Text Example
White with #33816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33816B; }
p { color: rgb(51,129,107); }
H1.HeaderClassName
{
color: #33816B;
}
.AnyTagClassName
{
color: #33816B;
}
</style>
background-color css
<style>
a { background-color: #33816B; }
a { background-color: rgb(51,129,107); }
div.DivClassName
{
background-color: #33816B;
}
.BgClassName
{
background-color: #33816B;
}
</style>
border-color css
<style>
span { border-color: #33816B; }
span { border-color: rgb(51,129,107); }
td.TdClassName
{
border-color: #33816B;
}
.TagClassName
{
border-color: #33816B;
}
</style>