Shades of Elm #26827C
Tints of Elm #26827C
RGB
CMYK
RGB Variations
Color information
#26827C (or 0x26827C) is known color: Elm. HEX triplet: 26, 82 and 7C. RGB value is (38,130,124). Sum of RGB (Red+Green+Blue) = 38+130+124=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #26827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26827C is #D97D83. Grayscale: #656565. Windows color (decimal): -14253444 or 8159782. OLE color: 8159782.
HSL color Cylindrical-coordinate representation of color #26827C: hue angle of 176.09º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26827C is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 124 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.49 |
| HSL | 176.09º | 0.55% | 0.33% | - |
| HSV(B) | 176.09º | 0.71% | 0.51% | - |
| XYZ | 12.42 | 17.83 | 21.86 | - |
| YUV | 101.81 | 140.52 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 124 | 0.71 | 0 | 0.05 | 0.49 | 176.09 | 0.55 | 0.33 |
| Hex | 26 | 82 | 7C | 47 | 0 | 5 | 31 | B0 | 37 | 21 |
| Octal | 46 | 202 | 174 | 107 | 0 | 5 | 61 | 260 | 67 | 41 |
| Binary | 100110 | 10000010 | 1111100 | 1000111 | 0 | 101 | 110001 | 10110000 | 110111 | 100001 |
Color Harmonies of #26827C
Complementary color
Monochromatic Colors of #26827C
Black with #26827C
Text Example
Text Example
White with #26827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26827C; }
p { color: rgb(38,130,124); }
H1.HeaderClassName
{
color: #26827C;
}
.AnyTagClassName
{
color: #26827C;
}
</style>
background-color css
<style>
a { background-color: #26827C; }
a { background-color: rgb(38,130,124); }
div.DivClassName
{
background-color: #26827C;
}
.BgClassName
{
background-color: #26827C;
}
</style>
border-color css
<style>
span { border-color: #26827C; }
span { border-color: rgb(38,130,124); }
td.TdClassName
{
border-color: #26827C;
}
.TagClassName
{
border-color: #26827C;
}
</style>