Shades of Genoa #27786C
Tints of Genoa #27786C
RGB
CMYK
RGB Variations
Color information
#27786C (or 0x27786C) is known color: Genoa. HEX triplet: 27, 78 and 6C. RGB value is (39,120,108). Sum of RGB (Red+Green+Blue) = 39+120+108=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #27786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27786C is #D88793. Grayscale: #5E5E5E. Windows color (decimal): -14190484 or 7108647. OLE color: 7108647.
HSL color Cylindrical-coordinate representation of color #27786C: hue angle of 171.11º 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 #27786C is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 120 | 108 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.53 |
| HSL | 171.11º | 0.51% | 0.31% | - |
| HSV(B) | 171.11º | 0.68% | 0.47% | - |
| XYZ | 10.26 | 14.95 | 16.53 | - |
| YUV | 94.41 | 135.66 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 120 | 108 | 0.67 | 0 | 0.10 | 0.53 | 171.11 | 0.51 | 0.31 |
| Hex | 27 | 78 | 6C | 43 | 0 | A | 35 | AB | 33 | 1F |
| Octal | 47 | 170 | 154 | 103 | 0 | 12 | 65 | 253 | 63 | 37 |
| Binary | 100111 | 1111000 | 1101100 | 1000011 | 0 | 1010 | 110101 | 10101011 | 110011 | 11111 |
Color Harmonies of #27786C
Complementary color
Monochromatic Colors of #27786C
Black with #27786C
Text Example
Text Example
White with #27786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27786C; }
p { color: rgb(39,120,108); }
H1.HeaderClassName
{
color: #27786C;
}
.AnyTagClassName
{
color: #27786C;
}
</style>
background-color css
<style>
a { background-color: #27786C; }
a { background-color: rgb(39,120,108); }
div.DivClassName
{
background-color: #27786C;
}
.BgClassName
{
background-color: #27786C;
}
</style>
border-color css
<style>
span { border-color: #27786C; }
span { border-color: rgb(39,120,108); }
td.TdClassName
{
border-color: #27786C;
}
.TagClassName
{
border-color: #27786C;
}
</style>