Shades of Genoa #36816F
Tints of Genoa #36816F
RGB
CMYK
RGB Variations
Color information
#36816F (or 0x36816F) is known color: Genoa. HEX triplet: 36, 81 and 6F. RGB value is (54,129,111). Sum of RGB (Red+Green+Blue) = 54+129+111=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #36816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36816F is #C97E90. Grayscale: #686868. Windows color (decimal): -13205137 or 7307574. OLE color: 7307574.
HSL color Cylindrical-coordinate representation of color #36816F: hue angle of 165.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36816F is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 129 | 111 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.49 |
| HSL | 165.6º | 0.41% | 0.36% | - |
| HSV(B) | 165.6º | 0.58% | 0.51% | - |
| XYZ | 12.24 | 17.63 | 17.8 | - |
| YUV | 104.52 | 131.65 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 111 | 0.58 | 0 | 0.14 | 0.49 | 165.6 | 0.41 | 0.36 |
| Hex | 36 | 81 | 6F | 3A | 0 | E | 31 | A6 | 29 | 24 |
| Octal | 66 | 201 | 157 | 72 | 0 | 16 | 61 | 246 | 51 | 44 |
| Binary | 110110 | 10000001 | 1101111 | 111010 | 0 | 1110 | 110001 | 10100110 | 101001 | 100100 |
Color Harmonies of #36816F
Complementary color
Monochromatic Colors of #36816F
Black with #36816F
Text Example
Text Example
White with #36816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36816F; }
p { color: rgb(54,129,111); }
H1.HeaderClassName
{
color: #36816F;
}
.AnyTagClassName
{
color: #36816F;
}
</style>
background-color css
<style>
a { background-color: #36816F; }
a { background-color: rgb(54,129,111); }
div.DivClassName
{
background-color: #36816F;
}
.BgClassName
{
background-color: #36816F;
}
</style>
border-color css
<style>
span { border-color: #36816F; }
span { border-color: rgb(54,129,111); }
td.TdClassName
{
border-color: #36816F;
}
.TagClassName
{
border-color: #36816F;
}
</style>