Shades of Genoa #27796D
Tints of Genoa #27796D
RGB
CMYK
RGB Variations
Color information
#27796D (or 0x27796D) is known color: Genoa. HEX triplet: 27, 79 and 6D. RGB value is (39,121,109). Sum of RGB (Red+Green+Blue) = 39+121+109=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #27796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27796D is #D88692. Grayscale: #5F5F5F. Windows color (decimal): -14190227 or 7174439. OLE color: 7174439.
HSL color Cylindrical-coordinate representation of color #27796D: hue angle of 171.22º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27796D is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 121 | 109 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.53 |
| HSL | 171.22º | 0.51% | 0.31% | - |
| HSV(B) | 171.22º | 0.68% | 0.47% | - |
| XYZ | 10.43 | 15.21 | 16.85 | - |
| YUV | 95.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 109 | 0.68 | 0 | 0.10 | 0.53 | 171.22 | 0.51 | 0.31 |
| Hex | 27 | 79 | 6D | 44 | 0 | A | 35 | AB | 33 | 1F |
| Octal | 47 | 171 | 155 | 104 | 0 | 12 | 65 | 253 | 63 | 37 |
| Binary | 100111 | 1111001 | 1101101 | 1000100 | 0 | 1010 | 110101 | 10101011 | 110011 | 11111 |
Color Harmonies of #27796D
Complementary color
Monochromatic Colors of #27796D
Black with #27796D
Text Example
Text Example
White with #27796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27796D; }
p { color: rgb(39,121,109); }
H1.HeaderClassName
{
color: #27796D;
}
.AnyTagClassName
{
color: #27796D;
}
</style>
background-color css
<style>
a { background-color: #27796D; }
a { background-color: rgb(39,121,109); }
div.DivClassName
{
background-color: #27796D;
}
.BgClassName
{
background-color: #27796D;
}
</style>
border-color css
<style>
span { border-color: #27796D; }
span { border-color: rgb(39,121,109); }
td.TdClassName
{
border-color: #27796D;
}
.TagClassName
{
border-color: #27796D;
}
</style>