Shades of Genoa #256E64
Tints of Genoa #256E64
RGB
CMYK
RGB Variations
Color information
#256E64 (or 0x256E64) is known color: Genoa. HEX triplet: 25, 6E and 64. RGB value is (37,110,100). Sum of RGB (Red+Green+Blue) = 37+110+100=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 110 - color contains mainly: green. Hex color #256E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256E64 is #DA919B. Grayscale: #565656. Windows color (decimal): -14324124 or 6581797. OLE color: 6581797.
HSL color Cylindrical-coordinate representation of color #256E64: hue angle of 171.78º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256E64 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 110 | 100 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.57 |
| HSL | 171.78º | 0.5% | 0.29% | - |
| HSV(B) | 171.78º | 0.66% | 0.43% | - |
| XYZ | 8.64 | 12.47 | 14.01 | - |
| YUV | 87.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 100 | 0.66 | 0 | 0.09 | 0.57 | 171.78 | 0.5 | 0.29 |
| Hex | 25 | 6E | 64 | 42 | 0 | 9 | 39 | AC | 32 | 1D |
| Octal | 45 | 156 | 144 | 102 | 0 | 11 | 71 | 254 | 62 | 35 |
| Binary | 100101 | 1101110 | 1100100 | 1000010 | 0 | 1001 | 111001 | 10101100 | 110010 | 11101 |
Color Harmonies of #256E64
Complementary color
Monochromatic Colors of #256E64
Black with #256E64
Text Example
Text Example
White with #256E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E64; }
p { color: rgb(37,110,100); }
H1.HeaderClassName
{
color: #256E64;
}
.AnyTagClassName
{
color: #256E64;
}
</style>
background-color css
<style>
a { background-color: #256E64; }
a { background-color: rgb(37,110,100); }
div.DivClassName
{
background-color: #256E64;
}
.BgClassName
{
background-color: #256E64;
}
</style>
border-color css
<style>
span { border-color: #256E64; }
span { border-color: rgb(37,110,100); }
td.TdClassName
{
border-color: #256E64;
}
.TagClassName
{
border-color: #256E64;
}
</style>