Shades of Genoa #257365
Tints of Genoa #257365
RGB
CMYK
RGB Variations
Color information
#257365 (or 0x257365) is known color: Genoa. HEX triplet: 25, 73 and 65. RGB value is (37,115,101). Sum of RGB (Red+Green+Blue) = 37+115+101=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #257365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257365 is #DA8C9A. Grayscale: #5A5A5A. Windows color (decimal): -14322843 or 6648613. OLE color: 6648613.
HSL color Cylindrical-coordinate representation of color #257365: hue angle of 169.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257365 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 115 | 101 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.55 |
| HSL | 169.23º | 0.51% | 0.3% | - |
| HSV(B) | 169.23º | 0.68% | 0.45% | - |
| XYZ | 9.24 | 13.59 | 14.45 | - |
| YUV | 90.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 101 | 0.68 | 0 | 0.12 | 0.55 | 169.23 | 0.51 | 0.3 |
| Hex | 25 | 73 | 65 | 44 | 0 | C | 37 | A9 | 33 | 1E |
| Octal | 45 | 163 | 145 | 104 | 0 | 14 | 67 | 251 | 63 | 36 |
| Binary | 100101 | 1110011 | 1100101 | 1000100 | 0 | 1100 | 110111 | 10101001 | 110011 | 11110 |
Color Harmonies of #257365
Complementary color
Monochromatic Colors of #257365
Black with #257365
Text Example
Text Example
White with #257365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257365; }
p { color: rgb(37,115,101); }
H1.HeaderClassName
{
color: #257365;
}
.AnyTagClassName
{
color: #257365;
}
</style>
background-color css
<style>
a { background-color: #257365; }
a { background-color: rgb(37,115,101); }
div.DivClassName
{
background-color: #257365;
}
.BgClassName
{
background-color: #257365;
}
</style>
border-color css
<style>
span { border-color: #257365; }
span { border-color: rgb(37,115,101); }
td.TdClassName
{
border-color: #257365;
}
.TagClassName
{
border-color: #257365;
}
</style>