Shades of Genoa #27796C
Tints of Genoa #27796C
RGB
CMYK
RGB Variations
Color information
#27796C (or 0x27796C) is known color: Genoa. HEX triplet: 27, 79 and 6C. RGB value is (39,121,108). Sum of RGB (Red+Green+Blue) = 39+121+108=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #27796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27796C is #D88693. Grayscale: #5E5E5E. Windows color (decimal): -14190228 or 7108903. OLE color: 7108903.
HSL color Cylindrical-coordinate representation of color #27796C: hue angle of 170.49º 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 #27796C is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 121 | 108 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.53 |
| HSL | 170.49º | 0.51% | 0.31% | - |
| HSV(B) | 170.49º | 0.68% | 0.47% | - |
| XYZ | 10.38 | 15.19 | 16.57 | - |
| YUV | 95 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 108 | 0.68 | 0 | 0.11 | 0.53 | 170.49 | 0.51 | 0.31 |
| Hex | 27 | 79 | 6C | 44 | 0 | B | 35 | AA | 33 | 1F |
| Octal | 47 | 171 | 154 | 104 | 0 | 13 | 65 | 252 | 63 | 37 |
| Binary | 100111 | 1111001 | 1101100 | 1000100 | 0 | 1011 | 110101 | 10101010 | 110011 | 11111 |
Color Harmonies of #27796C
Complementary color
Monochromatic Colors of #27796C
Black with #27796C
Text Example
Text Example
White with #27796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27796C; }
p { color: rgb(39,121,108); }
H1.HeaderClassName
{
color: #27796C;
}
.AnyTagClassName
{
color: #27796C;
}
</style>
background-color css
<style>
a { background-color: #27796C; }
a { background-color: rgb(39,121,108); }
div.DivClassName
{
background-color: #27796C;
}
.BgClassName
{
background-color: #27796C;
}
</style>
border-color css
<style>
span { border-color: #27796C; }
span { border-color: rgb(39,121,108); }
td.TdClassName
{
border-color: #27796C;
}
.TagClassName
{
border-color: #27796C;
}
</style>