Shades of Genoa #277C64
Tints of Genoa #277C64
RGB
CMYK
RGB Variations
Color information
#277C64 (or 0x277C64) is known color: Genoa. HEX triplet: 27, 7C and 64. RGB value is (39,124,100). Sum of RGB (Red+Green+Blue) = 39+124+100=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #277C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277C64 is #D8839B. Grayscale: #5F5F5F. Windows color (decimal): -14189468 or 6585383. OLE color: 6585383.
HSL color Cylindrical-coordinate representation of color #277C64: hue angle of 163.06º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277C64 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 124 | 100 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.51 |
| HSL | 163.06º | 0.52% | 0.32% | - |
| HSV(B) | 163.06º | 0.69% | 0.49% | - |
| XYZ | 10.34 | 15.77 | 14.55 | - |
| YUV | 95.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 100 | 0.69 | 0 | 0.19 | 0.51 | 163.06 | 0.52 | 0.32 |
| Hex | 27 | 7C | 64 | 45 | 0 | 13 | 33 | A3 | 34 | 20 |
| Octal | 47 | 174 | 144 | 105 | 0 | 23 | 63 | 243 | 64 | 40 |
| Binary | 100111 | 1111100 | 1100100 | 1000101 | 0 | 10011 | 110011 | 10100011 | 110100 | 100000 |
Color Harmonies of #277C64
Complementary color
Monochromatic Colors of #277C64
Black with #277C64
Text Example
Text Example
White with #277C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277C64; }
p { color: rgb(39,124,100); }
H1.HeaderClassName
{
color: #277C64;
}
.AnyTagClassName
{
color: #277C64;
}
</style>
background-color css
<style>
a { background-color: #277C64; }
a { background-color: rgb(39,124,100); }
div.DivClassName
{
background-color: #277C64;
}
.BgClassName
{
background-color: #277C64;
}
</style>
border-color css
<style>
span { border-color: #277C64; }
span { border-color: rgb(39,124,100); }
td.TdClassName
{
border-color: #277C64;
}
.TagClassName
{
border-color: #277C64;
}
</style>