Shades of Genoa #26786C
Tints of Genoa #26786C
RGB
CMYK
RGB Variations
Color information
#26786C (or 0x26786C) is known color: Genoa. HEX triplet: 26, 78 and 6C. RGB value is (38,120,108). Sum of RGB (Red+Green+Blue) = 38+120+108=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #26786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26786C is #D98793. Grayscale: #5E5E5E. Windows color (decimal): -14256020 or 7108646. OLE color: 7108646.
HSL color Cylindrical-coordinate representation of color #26786C: hue angle of 171.22º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26786C is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 120 | 108 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.53 |
| HSL | 171.22º | 0.52% | 0.31% | - |
| HSV(B) | 171.22º | 0.68% | 0.47% | - |
| XYZ | 10.22 | 14.93 | 16.53 | - |
| YUV | 94.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 120 | 108 | 0.68 | 0 | 0.10 | 0.53 | 171.22 | 0.52 | 0.31 |
| Hex | 26 | 78 | 6C | 44 | 0 | A | 35 | AB | 34 | 1F |
| Octal | 46 | 170 | 154 | 104 | 0 | 12 | 65 | 253 | 64 | 37 |
| Binary | 100110 | 1111000 | 1101100 | 1000100 | 0 | 1010 | 110101 | 10101011 | 110100 | 11111 |
Color Harmonies of #26786C
Complementary color
Monochromatic Colors of #26786C
Black with #26786C
Text Example
Text Example
White with #26786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26786C; }
p { color: rgb(38,120,108); }
H1.HeaderClassName
{
color: #26786C;
}
.AnyTagClassName
{
color: #26786C;
}
</style>
background-color css
<style>
a { background-color: #26786C; }
a { background-color: rgb(38,120,108); }
div.DivClassName
{
background-color: #26786C;
}
.BgClassName
{
background-color: #26786C;
}
</style>
border-color css
<style>
span { border-color: #26786C; }
span { border-color: rgb(38,120,108); }
td.TdClassName
{
border-color: #26786C;
}
.TagClassName
{
border-color: #26786C;
}
</style>