Shades of Genoa #27726A
Tints of Genoa #27726A
RGB
CMYK
RGB Variations
Color information
#27726A (or 0x27726A) is known color: Genoa. HEX triplet: 27, 72 and 6A. RGB value is (39,114,106). Sum of RGB (Red+Green+Blue) = 39+114+106=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #27726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27726A is #D88D95. Grayscale: #5A5A5A. Windows color (decimal): -14192022 or 6976039. OLE color: 6976039.
HSL color Cylindrical-coordinate representation of color #27726A: hue angle of 173.6º 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 #27726A is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 114 | 106 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.55 |
| HSL | 173.6º | 0.49% | 0.3% | - |
| HSV(B) | 173.6º | 0.66% | 0.45% | - |
| XYZ | 9.46 | 13.51 | 15.74 | - |
| YUV | 90.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 106 | 0.66 | 0 | 0.07 | 0.55 | 173.6 | 0.49 | 0.3 |
| Hex | 27 | 72 | 6A | 42 | 0 | 7 | 37 | AE | 31 | 1E |
| Octal | 47 | 162 | 152 | 102 | 0 | 7 | 67 | 256 | 61 | 36 |
| Binary | 100111 | 1110010 | 1101010 | 1000010 | 0 | 111 | 110111 | 10101110 | 110001 | 11110 |
Color Harmonies of #27726A
Complementary color
Monochromatic Colors of #27726A
Black with #27726A
Text Example
Text Example
White with #27726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27726A; }
p { color: rgb(39,114,106); }
H1.HeaderClassName
{
color: #27726A;
}
.AnyTagClassName
{
color: #27726A;
}
</style>
background-color css
<style>
a { background-color: #27726A; }
a { background-color: rgb(39,114,106); }
div.DivClassName
{
background-color: #27726A;
}
.BgClassName
{
background-color: #27726A;
}
</style>
border-color css
<style>
span { border-color: #27726A; }
span { border-color: rgb(39,114,106); }
td.TdClassName
{
border-color: #27726A;
}
.TagClassName
{
border-color: #27726A;
}
</style>