Shades of Elm #26877D
Tints of Elm #26877D
RGB
CMYK
RGB Variations
Color information
#26877D (or 0x26877D) is known color: Elm. HEX triplet: 26, 87 and 7D. RGB value is (38,135,125). Sum of RGB (Red+Green+Blue) = 38+135+125=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #26877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26877D is #D97882. Grayscale: #686868. Windows color (decimal): -14252163 or 8226598. OLE color: 8226598.
HSL color Cylindrical-coordinate representation of color #26877D: hue angle of 173.81º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26877D is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 135 | 125 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.47 |
| HSL | 173.81º | 0.56% | 0.34% | - |
| HSV(B) | 173.81º | 0.72% | 0.53% | - |
| XYZ | 13.16 | 19.22 | 22.42 | - |
| YUV | 104.86 | 139.36 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 125 | 0.72 | 0 | 0.07 | 0.47 | 173.81 | 0.56 | 0.34 |
| Hex | 26 | 87 | 7D | 48 | 0 | 7 | 2F | AE | 38 | 22 |
| Octal | 46 | 207 | 175 | 110 | 0 | 7 | 57 | 256 | 70 | 42 |
| Binary | 100110 | 10000111 | 1111101 | 1001000 | 0 | 111 | 101111 | 10101110 | 111000 | 100010 |
Color Harmonies of #26877D
Complementary color
Monochromatic Colors of #26877D
Black with #26877D
Text Example
Text Example
White with #26877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26877D; }
p { color: rgb(38,135,125); }
H1.HeaderClassName
{
color: #26877D;
}
.AnyTagClassName
{
color: #26877D;
}
</style>
background-color css
<style>
a { background-color: #26877D; }
a { background-color: rgb(38,135,125); }
div.DivClassName
{
background-color: #26877D;
}
.BgClassName
{
background-color: #26877D;
}
</style>
border-color css
<style>
span { border-color: #26877D; }
span { border-color: rgb(38,135,125); }
td.TdClassName
{
border-color: #26877D;
}
.TagClassName
{
border-color: #26877D;
}
</style>