Shades of Genoa #257764
Tints of Genoa #257764
RGB
CMYK
RGB Variations
Color information
#257764 (or 0x257764) is known color: Genoa. HEX triplet: 25, 77 and 64. RGB value is (37,119,100). Sum of RGB (Red+Green+Blue) = 37+119+100=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #257764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257764 is #DA889B. Grayscale: #5C5C5C. Windows color (decimal): -14321820 or 6584101. OLE color: 6584101.
HSL color Cylindrical-coordinate representation of color #257764: hue angle of 166.1º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257764 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 119 | 100 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.53 |
| HSL | 166.1º | 0.53% | 0.31% | - |
| HSV(B) | 166.1º | 0.69% | 0.47% | - |
| XYZ | 9.66 | 14.51 | 14.35 | - |
| YUV | 92.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 100 | 0.69 | 0 | 0.16 | 0.53 | 166.1 | 0.53 | 0.31 |
| Hex | 25 | 77 | 64 | 45 | 0 | 10 | 35 | A6 | 35 | 1F |
| Octal | 45 | 167 | 144 | 105 | 0 | 20 | 65 | 246 | 65 | 37 |
| Binary | 100101 | 1110111 | 1100100 | 1000101 | 0 | 10000 | 110101 | 10100110 | 110101 | 11111 |
Color Harmonies of #257764
Complementary color
Monochromatic Colors of #257764
Black with #257764
Text Example
Text Example
White with #257764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257764; }
p { color: rgb(37,119,100); }
H1.HeaderClassName
{
color: #257764;
}
.AnyTagClassName
{
color: #257764;
}
</style>
background-color css
<style>
a { background-color: #257764; }
a { background-color: rgb(37,119,100); }
div.DivClassName
{
background-color: #257764;
}
.BgClassName
{
background-color: #257764;
}
</style>
border-color css
<style>
span { border-color: #257764; }
span { border-color: rgb(37,119,100); }
td.TdClassName
{
border-color: #257764;
}
.TagClassName
{
border-color: #257764;
}
</style>