Shades of Genoa #256E69
Tints of Genoa #256E69
RGB
CMYK
RGB Variations
Color information
#256E69 (or 0x256E69) is known color: Genoa. HEX triplet: 25, 6E and 69. RGB value is (37,110,105). Sum of RGB (Red+Green+Blue) = 37+110+105=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 110 - color contains mainly: green. Hex color #256E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256E69 is #DA9196. Grayscale: #575757. Windows color (decimal): -14324119 or 6909477. OLE color: 6909477.
HSL color Cylindrical-coordinate representation of color #256E69: hue angle of 175.89º 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 #256E69 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 110 | 105 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.57 |
| HSL | 175.89º | 0.5% | 0.29% | - |
| HSV(B) | 175.89º | 0.66% | 0.43% | - |
| XYZ | 8.89 | 12.57 | 15.32 | - |
| YUV | 87.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 105 | 0.66 | 0 | 0.05 | 0.57 | 175.89 | 0.5 | 0.29 |
| Hex | 25 | 6E | 69 | 42 | 0 | 5 | 39 | B0 | 32 | 1D |
| Octal | 45 | 156 | 151 | 102 | 0 | 5 | 71 | 260 | 62 | 35 |
| Binary | 100101 | 1101110 | 1101001 | 1000010 | 0 | 101 | 111001 | 10110000 | 110010 | 11101 |
Color Harmonies of #256E69
Complementary color
Monochromatic Colors of #256E69
Black with #256E69
Text Example
Text Example
White with #256E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E69; }
p { color: rgb(37,110,105); }
H1.HeaderClassName
{
color: #256E69;
}
.AnyTagClassName
{
color: #256E69;
}
</style>
background-color css
<style>
a { background-color: #256E69; }
a { background-color: rgb(37,110,105); }
div.DivClassName
{
background-color: #256E69;
}
.BgClassName
{
background-color: #256E69;
}
</style>
border-color css
<style>
span { border-color: #256E69; }
span { border-color: rgb(37,110,105); }
td.TdClassName
{
border-color: #256E69;
}
.TagClassName
{
border-color: #256E69;
}
</style>