Shades of Genoa #31836F
Tints of Genoa #31836F
RGB
CMYK
RGB Variations
Color information
#31836F (or 0x31836F) is known color: Genoa. HEX triplet: 31, 83 and 6F. RGB value is (49,131,111). Sum of RGB (Red+Green+Blue) = 49+131+111=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #31836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31836F is #CE7C90. Grayscale: #686868. Windows color (decimal): -13532305 or 7308081. OLE color: 7308081.
HSL color Cylindrical-coordinate representation of color #31836F: hue angle of 165.37º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31836F is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 131 | 111 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.49 |
| HSL | 165.37º | 0.46% | 0.35% | - |
| HSV(B) | 165.37º | 0.63% | 0.51% | - |
| XYZ | 12.25 | 18.03 | 17.87 | - |
| YUV | 104.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 111 | 0.63 | 0 | 0.15 | 0.49 | 165.37 | 0.46 | 0.35 |
| Hex | 31 | 83 | 6F | 3F | 0 | F | 31 | A5 | 2E | 23 |
| Octal | 61 | 203 | 157 | 77 | 0 | 17 | 61 | 245 | 56 | 43 |
| Binary | 110001 | 10000011 | 1101111 | 111111 | 0 | 1111 | 110001 | 10100101 | 101110 | 100011 |
Color Harmonies of #31836F
Complementary color
Monochromatic Colors of #31836F
Black with #31836F
Text Example
Text Example
White with #31836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31836F; }
p { color: rgb(49,131,111); }
H1.HeaderClassName
{
color: #31836F;
}
.AnyTagClassName
{
color: #31836F;
}
</style>
background-color css
<style>
a { background-color: #31836F; }
a { background-color: rgb(49,131,111); }
div.DivClassName
{
background-color: #31836F;
}
.BgClassName
{
background-color: #31836F;
}
</style>
border-color css
<style>
span { border-color: #31836F; }
span { border-color: rgb(49,131,111); }
td.TdClassName
{
border-color: #31836F;
}
.TagClassName
{
border-color: #31836F;
}
</style>