Shades of Genoa #26796A
Tints of Genoa #26796A
RGB
CMYK
RGB Variations
Color information
#26796A (or 0x26796A) is known color: Genoa. HEX triplet: 26, 79 and 6A. RGB value is (38,121,106). Sum of RGB (Red+Green+Blue) = 38+121+106=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #26796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26796A is #D98695. Grayscale: #5E5E5E. Windows color (decimal): -14255766 or 6977830. OLE color: 6977830.
HSL color Cylindrical-coordinate representation of color #26796A: hue angle of 169.16º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26796A is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 121 | 106 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.53 |
| HSL | 169.16º | 0.52% | 0.31% | - |
| HSV(B) | 169.16º | 0.69% | 0.47% | - |
| XYZ | 10.24 | 15.13 | 16.02 | - |
| YUV | 94.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 121 | 106 | 0.69 | 0 | 0.12 | 0.53 | 169.16 | 0.52 | 0.31 |
| Hex | 26 | 79 | 6A | 45 | 0 | C | 35 | A9 | 34 | 1F |
| Octal | 46 | 171 | 152 | 105 | 0 | 14 | 65 | 251 | 64 | 37 |
| Binary | 100110 | 1111001 | 1101010 | 1000101 | 0 | 1100 | 110101 | 10101001 | 110100 | 11111 |
Color Harmonies of #26796A
Complementary color
Monochromatic Colors of #26796A
Black with #26796A
Text Example
Text Example
White with #26796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26796A; }
p { color: rgb(38,121,106); }
H1.HeaderClassName
{
color: #26796A;
}
.AnyTagClassName
{
color: #26796A;
}
</style>
background-color css
<style>
a { background-color: #26796A; }
a { background-color: rgb(38,121,106); }
div.DivClassName
{
background-color: #26796A;
}
.BgClassName
{
background-color: #26796A;
}
</style>
border-color css
<style>
span { border-color: #26796A; }
span { border-color: rgb(38,121,106); }
td.TdClassName
{
border-color: #26796A;
}
.TagClassName
{
border-color: #26796A;
}
</style>