Shades of Genoa #276E64
Tints of Genoa #276E64
RGB
CMYK
RGB Variations
Color information
#276E64 (or 0x276E64) is known color: Genoa. HEX triplet: 27, 6E and 64. RGB value is (39,110,100). Sum of RGB (Red+Green+Blue) = 39+110+100=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 110 - color contains mainly: green. Hex color #276E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E64 is #D8919B. Grayscale: #575757. Windows color (decimal): -14193052 or 6581799. OLE color: 6581799.
HSL color Cylindrical-coordinate representation of color #276E64: hue angle of 171.55º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276E64 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 110 | 100 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.57 |
| HSL | 171.55º | 0.48% | 0.29% | - |
| HSV(B) | 171.55º | 0.65% | 0.43% | - |
| XYZ | 8.71 | 12.5 | 14.01 | - |
| YUV | 87.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 100 | 0.65 | 0 | 0.09 | 0.57 | 171.55 | 0.48 | 0.29 |
| Hex | 27 | 6E | 64 | 41 | 0 | 9 | 39 | AC | 30 | 1D |
| Octal | 47 | 156 | 144 | 101 | 0 | 11 | 71 | 254 | 60 | 35 |
| Binary | 100111 | 1101110 | 1100100 | 1000001 | 0 | 1001 | 111001 | 10101100 | 110000 | 11101 |
Color Harmonies of #276E64
Complementary color
Monochromatic Colors of #276E64
Black with #276E64
Text Example
Text Example
White with #276E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276E64; }
p { color: rgb(39,110,100); }
H1.HeaderClassName
{
color: #276E64;
}
.AnyTagClassName
{
color: #276E64;
}
</style>
background-color css
<style>
a { background-color: #276E64; }
a { background-color: rgb(39,110,100); }
div.DivClassName
{
background-color: #276E64;
}
.BgClassName
{
background-color: #276E64;
}
</style>
border-color css
<style>
span { border-color: #276E64; }
span { border-color: rgb(39,110,100); }
td.TdClassName
{
border-color: #276E64;
}
.TagClassName
{
border-color: #276E64;
}
</style>