Shades of Genoa #27736B
Tints of Genoa #27736B
RGB
CMYK
RGB Variations
Color information
#27736B (or 0x27736B) is known color: Genoa. HEX triplet: 27, 73 and 6B. RGB value is (39,115,107). Sum of RGB (Red+Green+Blue) = 39+115+107=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #27736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27736B is #D88C94. Grayscale: #5B5B5B. Windows color (decimal): -14191765 or 7041831. OLE color: 7041831.
HSL color Cylindrical-coordinate representation of color #27736B: hue angle of 173.68º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27736B is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 115 | 107 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.55 |
| HSL | 173.68º | 0.49% | 0.3% | - |
| HSV(B) | 173.68º | 0.66% | 0.45% | - |
| XYZ | 9.62 | 13.75 | 16.06 | - |
| YUV | 91.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 107 | 0.66 | 0 | 0.07 | 0.55 | 173.68 | 0.49 | 0.3 |
| Hex | 27 | 73 | 6B | 42 | 0 | 7 | 37 | AE | 31 | 1E |
| Octal | 47 | 163 | 153 | 102 | 0 | 7 | 67 | 256 | 61 | 36 |
| Binary | 100111 | 1110011 | 1101011 | 1000010 | 0 | 111 | 110111 | 10101110 | 110001 | 11110 |
Color Harmonies of #27736B
Complementary color
Monochromatic Colors of #27736B
Black with #27736B
Text Example
Text Example
White with #27736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27736B; }
p { color: rgb(39,115,107); }
H1.HeaderClassName
{
color: #27736B;
}
.AnyTagClassName
{
color: #27736B;
}
</style>
background-color css
<style>
a { background-color: #27736B; }
a { background-color: rgb(39,115,107); }
div.DivClassName
{
background-color: #27736B;
}
.BgClassName
{
background-color: #27736B;
}
</style>
border-color css
<style>
span { border-color: #27736B; }
span { border-color: rgb(39,115,107); }
td.TdClassName
{
border-color: #27736B;
}
.TagClassName
{
border-color: #27736B;
}
</style>