Shades of Genoa #33836F
Tints of Genoa #33836F
RGB
CMYK
RGB Variations
Color information
#33836F (or 0x33836F) is known color: Genoa. HEX triplet: 33, 83 and 6F. RGB value is (51,131,111). Sum of RGB (Red+Green+Blue) = 51+131+111=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #33836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33836F is #CC7C90. Grayscale: #686868. Windows color (decimal): -13401233 or 7308083. OLE color: 7308083.
HSL color Cylindrical-coordinate representation of color #33836F: hue angle of 165º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33836F is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 131 | 111 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.49 |
| HSL | 165º | 0.44% | 0.36% | - |
| HSV(B) | 165º | 0.61% | 0.51% | - |
| XYZ | 12.35 | 18.08 | 17.88 | - |
| YUV | 104.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 111 | 0.61 | 0 | 0.15 | 0.49 | 165 | 0.44 | 0.36 |
| Hex | 33 | 83 | 6F | 3D | 0 | F | 31 | A5 | 2C | 24 |
| Octal | 63 | 203 | 157 | 75 | 0 | 17 | 61 | 245 | 54 | 44 |
| Binary | 110011 | 10000011 | 1101111 | 111101 | 0 | 1111 | 110001 | 10100101 | 101100 | 100100 |
Color Harmonies of #33836F
Complementary color
Monochromatic Colors of #33836F
Black with #33836F
Text Example
Text Example
White with #33836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33836F; }
p { color: rgb(51,131,111); }
H1.HeaderClassName
{
color: #33836F;
}
.AnyTagClassName
{
color: #33836F;
}
</style>
background-color css
<style>
a { background-color: #33836F; }
a { background-color: rgb(51,131,111); }
div.DivClassName
{
background-color: #33836F;
}
.BgClassName
{
background-color: #33836F;
}
</style>
border-color css
<style>
span { border-color: #33836F; }
span { border-color: rgb(51,131,111); }
td.TdClassName
{
border-color: #33836F;
}
.TagClassName
{
border-color: #33836F;
}
</style>