Shades of Genoa #27755F
Tints of Genoa #27755F
RGB
CMYK
RGB Variations
Color information
#27755F (or 0x27755F) is known color: Genoa. HEX triplet: 27, 75 and 5F. RGB value is (39,117,95). Sum of RGB (Red+Green+Blue) = 39+117+95=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #27755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27755F is #D88AA0. Grayscale: #5B5B5B. Windows color (decimal): -14191265 or 6255911. OLE color: 6255911.
HSL color Cylindrical-coordinate representation of color #27755F: hue angle of 163.08º 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 #27755F is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 117 | 95 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.54 |
| HSL | 163.08º | 0.5% | 0.31% | - |
| HSV(B) | 163.08º | 0.67% | 0.46% | - |
| XYZ | 9.26 | 13.98 | 13.04 | - |
| YUV | 91.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 117 | 95 | 0.67 | 0 | 0.19 | 0.54 | 163.08 | 0.5 | 0.31 |
| Hex | 27 | 75 | 5F | 43 | 0 | 13 | 36 | A3 | 32 | 1F |
| Octal | 47 | 165 | 137 | 103 | 0 | 23 | 66 | 243 | 62 | 37 |
| Binary | 100111 | 1110101 | 1011111 | 1000011 | 0 | 10011 | 110110 | 10100011 | 110010 | 11111 |
Color Harmonies of #27755F
Complementary color
Monochromatic Colors of #27755F
Black with #27755F
Text Example
Text Example
White with #27755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27755F; }
p { color: rgb(39,117,95); }
H1.HeaderClassName
{
color: #27755F;
}
.AnyTagClassName
{
color: #27755F;
}
</style>
background-color css
<style>
a { background-color: #27755F; }
a { background-color: rgb(39,117,95); }
div.DivClassName
{
background-color: #27755F;
}
.BgClassName
{
background-color: #27755F;
}
</style>
border-color css
<style>
span { border-color: #27755F; }
span { border-color: rgb(39,117,95); }
td.TdClassName
{
border-color: #27755F;
}
.TagClassName
{
border-color: #27755F;
}
</style>