Shades of Elm #26736C
Tints of Elm #26736C
RGB
CMYK
RGB Variations
Color information
#26736C (or 0x26736C) is known color: Elm. HEX triplet: 26, 73 and 6C. RGB value is (38,115,108). Sum of RGB (Red+Green+Blue) = 38+115+108=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #26736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26736C is #D98C93. Grayscale: #5B5B5B. Windows color (decimal): -14257300 or 7107366. OLE color: 7107366.
HSL color Cylindrical-coordinate representation of color #26736C: hue angle of 174.55º degrees, saturation: 0.5, 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 #26736C is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 115 | 108 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.55 |
| HSL | 174.55º | 0.5% | 0.3% | - |
| HSV(B) | 174.55º | 0.67% | 0.45% | - |
| XYZ | 9.64 | 13.76 | 16.33 | - |
| YUV | 91.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 108 | 0.67 | 0 | 0.06 | 0.55 | 174.55 | 0.5 | 0.3 |
| Hex | 26 | 73 | 6C | 43 | 0 | 6 | 37 | AF | 32 | 1E |
| Octal | 46 | 163 | 154 | 103 | 0 | 6 | 67 | 257 | 62 | 36 |
| Binary | 100110 | 1110011 | 1101100 | 1000011 | 0 | 110 | 110111 | 10101111 | 110010 | 11110 |
Color Harmonies of #26736C
Complementary color
Monochromatic Colors of #26736C
Black with #26736C
Text Example
Text Example
White with #26736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26736C; }
p { color: rgb(38,115,108); }
H1.HeaderClassName
{
color: #26736C;
}
.AnyTagClassName
{
color: #26736C;
}
</style>
background-color css
<style>
a { background-color: #26736C; }
a { background-color: rgb(38,115,108); }
div.DivClassName
{
background-color: #26736C;
}
.BgClassName
{
background-color: #26736C;
}
</style>
border-color css
<style>
span { border-color: #26736C; }
span { border-color: rgb(38,115,108); }
td.TdClassName
{
border-color: #26736C;
}
.TagClassName
{
border-color: #26736C;
}
</style>