Shades of Genoa #397265
Tints of Genoa #397265
RGB
CMYK
RGB Variations
Color information
#397265 (or 0x397265) is known color: Genoa. HEX triplet: 39, 72 and 65. RGB value is (57,114,101). Sum of RGB (Red+Green+Blue) = 57+114+101=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #397265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397265 is #C68D9A. Grayscale: #5F5F5F. Windows color (decimal): -13012379 or 6648377. OLE color: 6648377.
HSL color Cylindrical-coordinate representation of color #397265: hue angle of 166.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397265 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 114 | 101 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.55 |
| HSL | 166.32º | 0.33% | 0.34% | - |
| HSV(B) | 166.32º | 0.5% | 0.45% | - |
| XYZ | 10.05 | 13.84 | 14.45 | - |
| YUV | 95.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 101 | 0.50 | 0 | 0.11 | 0.55 | 166.32 | 0.33 | 0.34 |
| Hex | 39 | 72 | 65 | 32 | 0 | B | 37 | A6 | 21 | 22 |
| Octal | 71 | 162 | 145 | 62 | 0 | 13 | 67 | 246 | 41 | 42 |
| Binary | 111001 | 1110010 | 1100101 | 110010 | 0 | 1011 | 110111 | 10100110 | 100001 | 100010 |
Color Harmonies of #397265
Complementary color
Monochromatic Colors of #397265
Black with #397265
Text Example
Text Example
White with #397265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397265; }
p { color: rgb(57,114,101); }
H1.HeaderClassName
{
color: #397265;
}
.AnyTagClassName
{
color: #397265;
}
</style>
background-color css
<style>
a { background-color: #397265; }
a { background-color: rgb(57,114,101); }
div.DivClassName
{
background-color: #397265;
}
.BgClassName
{
background-color: #397265;
}
</style>
border-color css
<style>
span { border-color: #397265; }
span { border-color: rgb(57,114,101); }
td.TdClassName
{
border-color: #397265;
}
.TagClassName
{
border-color: #397265;
}
</style>