Shades of Genoa #27756A
Tints of Genoa #27756A
RGB
CMYK
RGB Variations
Color information
#27756A (or 0x27756A) is known color: Genoa. HEX triplet: 27, 75 and 6A. RGB value is (39,117,106). Sum of RGB (Red+Green+Blue) = 39+117+106=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #27756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27756A is #D88A95. Grayscale: #5C5C5C. Windows color (decimal): -14191254 or 6976807. OLE color: 6976807.
HSL color Cylindrical-coordinate representation of color #27756A: hue angle of 171.54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27756A is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 117 | 106 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.54 |
| HSL | 171.54º | 0.5% | 0.31% | - |
| HSV(B) | 171.54º | 0.67% | 0.46% | - |
| XYZ | 9.8 | 14.19 | 15.86 | - |
| YUV | 92.42 | 135.66 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 117 | 106 | 0.67 | 0 | 0.09 | 0.54 | 171.54 | 0.5 | 0.31 |
| Hex | 27 | 75 | 6A | 43 | 0 | 9 | 36 | AC | 32 | 1F |
| Octal | 47 | 165 | 152 | 103 | 0 | 11 | 66 | 254 | 62 | 37 |
| Binary | 100111 | 1110101 | 1101010 | 1000011 | 0 | 1001 | 110110 | 10101100 | 110010 | 11111 |
Color Harmonies of #27756A
Complementary color
Monochromatic Colors of #27756A
Black with #27756A
Text Example
Text Example
White with #27756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27756A; }
p { color: rgb(39,117,106); }
H1.HeaderClassName
{
color: #27756A;
}
.AnyTagClassName
{
color: #27756A;
}
</style>
background-color css
<style>
a { background-color: #27756A; }
a { background-color: rgb(39,117,106); }
div.DivClassName
{
background-color: #27756A;
}
.BgClassName
{
background-color: #27756A;
}
</style>
border-color css
<style>
span { border-color: #27756A; }
span { border-color: rgb(39,117,106); }
td.TdClassName
{
border-color: #27756A;
}
.TagClassName
{
border-color: #27756A;
}
</style>