Shades of Genoa #26746B
Tints of Genoa #26746B
RGB
CMYK
RGB Variations
Color information
#26746B (or 0x26746B) is known color: Genoa. HEX triplet: 26, 74 and 6B. RGB value is (38,116,107). Sum of RGB (Red+Green+Blue) = 38+116+107=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #26746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26746B is #D98B94. Grayscale: #5B5B5B. Windows color (decimal): -14257045 or 7042086. OLE color: 7042086.
HSL color Cylindrical-coordinate representation of color #26746B: hue angle of 173.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26746B is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 116 | 107 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.55 |
| HSL | 173.08º | 0.51% | 0.3% | - |
| HSV(B) | 173.08º | 0.67% | 0.45% | - |
| XYZ | 9.7 | 13.96 | 16.09 | - |
| YUV | 91.65 | 136.66 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 107 | 0.67 | 0 | 0.08 | 0.55 | 173.08 | 0.51 | 0.3 |
| Hex | 26 | 74 | 6B | 43 | 0 | 8 | 37 | AD | 33 | 1E |
| Octal | 46 | 164 | 153 | 103 | 0 | 10 | 67 | 255 | 63 | 36 |
| Binary | 100110 | 1110100 | 1101011 | 1000011 | 0 | 1000 | 110111 | 10101101 | 110011 | 11110 |
Color Harmonies of #26746B
Complementary color
Monochromatic Colors of #26746B
Black with #26746B
Text Example
Text Example
White with #26746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26746B; }
p { color: rgb(38,116,107); }
H1.HeaderClassName
{
color: #26746B;
}
.AnyTagClassName
{
color: #26746B;
}
</style>
background-color css
<style>
a { background-color: #26746B; }
a { background-color: rgb(38,116,107); }
div.DivClassName
{
background-color: #26746B;
}
.BgClassName
{
background-color: #26746B;
}
</style>
border-color css
<style>
span { border-color: #26746B; }
span { border-color: rgb(38,116,107); }
td.TdClassName
{
border-color: #26746B;
}
.TagClassName
{
border-color: #26746B;
}
</style>