Shades of Genoa #26786D
Tints of Genoa #26786D
RGB
CMYK
RGB Variations
Color information
#26786D (or 0x26786D) is known color: Genoa. HEX triplet: 26, 78 and 6D. RGB value is (38,120,109). Sum of RGB (Red+Green+Blue) = 38+120+109=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #26786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26786D is #D98792. Grayscale: #5E5E5E. Windows color (decimal): -14256019 or 7174182. OLE color: 7174182.
HSL color Cylindrical-coordinate representation of color #26786D: hue angle of 171.95º 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 #26786D is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 120 | 109 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.53 |
| HSL | 171.95º | 0.52% | 0.31% | - |
| HSV(B) | 171.95º | 0.68% | 0.47% | - |
| XYZ | 10.28 | 14.95 | 16.81 | - |
| YUV | 94.23 | 136.33 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 120 | 109 | 0.68 | 0 | 0.09 | 0.53 | 171.95 | 0.52 | 0.31 |
| Hex | 26 | 78 | 6D | 44 | 0 | 9 | 35 | AC | 34 | 1F |
| Octal | 46 | 170 | 155 | 104 | 0 | 11 | 65 | 254 | 64 | 37 |
| Binary | 100110 | 1111000 | 1101101 | 1000100 | 0 | 1001 | 110101 | 10101100 | 110100 | 11111 |
Color Harmonies of #26786D
Complementary color
Monochromatic Colors of #26786D
Black with #26786D
Text Example
Text Example
White with #26786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26786D; }
p { color: rgb(38,120,109); }
H1.HeaderClassName
{
color: #26786D;
}
.AnyTagClassName
{
color: #26786D;
}
</style>
background-color css
<style>
a { background-color: #26786D; }
a { background-color: rgb(38,120,109); }
div.DivClassName
{
background-color: #26786D;
}
.BgClassName
{
background-color: #26786D;
}
</style>
border-color css
<style>
span { border-color: #26786D; }
span { border-color: rgb(38,120,109); }
td.TdClassName
{
border-color: #26786D;
}
.TagClassName
{
border-color: #26786D;
}
</style>