Shades of Genoa #26756C
Tints of Genoa #26756C
RGB
CMYK
RGB Variations
Color information
#26756C (or 0x26756C) is known color: Genoa. HEX triplet: 26, 75 and 6C. RGB value is (38,117,108). Sum of RGB (Red+Green+Blue) = 38+117+108=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #26756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26756C is #D98A93. Grayscale: #5C5C5C. Windows color (decimal): -14256788 or 7107878. OLE color: 7107878.
HSL color Cylindrical-coordinate representation of color #26756C: hue angle of 173.16º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26756C is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 117 | 108 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.54 |
| HSL | 173.16º | 0.51% | 0.3% | - |
| HSV(B) | 173.16º | 0.68% | 0.46% | - |
| XYZ | 9.87 | 14.22 | 16.41 | - |
| YUV | 92.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 108 | 0.68 | 0 | 0.08 | 0.54 | 173.16 | 0.51 | 0.3 |
| Hex | 26 | 75 | 6C | 44 | 0 | 8 | 36 | AD | 33 | 1E |
| Octal | 46 | 165 | 154 | 104 | 0 | 10 | 66 | 255 | 63 | 36 |
| Binary | 100110 | 1110101 | 1101100 | 1000100 | 0 | 1000 | 110110 | 10101101 | 110011 | 11110 |
Color Harmonies of #26756C
Complementary color
Monochromatic Colors of #26756C
Black with #26756C
Text Example
Text Example
White with #26756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26756C; }
p { color: rgb(38,117,108); }
H1.HeaderClassName
{
color: #26756C;
}
.AnyTagClassName
{
color: #26756C;
}
</style>
background-color css
<style>
a { background-color: #26756C; }
a { background-color: rgb(38,117,108); }
div.DivClassName
{
background-color: #26756C;
}
.BgClassName
{
background-color: #26756C;
}
</style>
border-color css
<style>
span { border-color: #26756C; }
span { border-color: rgb(38,117,108); }
td.TdClassName
{
border-color: #26756C;
}
.TagClassName
{
border-color: #26756C;
}
</style>