Shades of Genoa #257C67
Tints of Genoa #257C67
RGB
CMYK
RGB Variations
Color information
#257C67 (or 0x257C67) is known color: Genoa. HEX triplet: 25, 7C and 67. RGB value is (37,124,103). Sum of RGB (Red+Green+Blue) = 37+124+103=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #257C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C67 is #DA8398. Grayscale: #5F5F5F. Windows color (decimal): -14320537 or 6781989. OLE color: 6781989.
HSL color Cylindrical-coordinate representation of color #257C67: hue angle of 165.52º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C67 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 103 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.51 |
| HSL | 165.52º | 0.54% | 0.32% | - |
| HSV(B) | 165.52º | 0.7% | 0.49% | - |
| XYZ | 10.42 | 15.79 | 15.33 | - |
| YUV | 95.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 103 | 0.70 | 0 | 0.17 | 0.51 | 165.52 | 0.54 | 0.32 |
| Hex | 25 | 7C | 67 | 46 | 0 | 11 | 33 | A6 | 36 | 20 |
| Octal | 45 | 174 | 147 | 106 | 0 | 21 | 63 | 246 | 66 | 40 |
| Binary | 100101 | 1111100 | 1100111 | 1000110 | 0 | 10001 | 110011 | 10100110 | 110110 | 100000 |
Color Harmonies of #257C67
Complementary color
Monochromatic Colors of #257C67
Black with #257C67
Text Example
Text Example
White with #257C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C67; }
p { color: rgb(37,124,103); }
H1.HeaderClassName
{
color: #257C67;
}
.AnyTagClassName
{
color: #257C67;
}
</style>
background-color css
<style>
a { background-color: #257C67; }
a { background-color: rgb(37,124,103); }
div.DivClassName
{
background-color: #257C67;
}
.BgClassName
{
background-color: #257C67;
}
</style>
border-color css
<style>
span { border-color: #257C67; }
span { border-color: rgb(37,124,103); }
td.TdClassName
{
border-color: #257C67;
}
.TagClassName
{
border-color: #257C67;
}
</style>