Shades of Elm #266D6C
Tints of Elm #266D6C
RGB
CMYK
RGB Variations
Color information
#266D6C (or 0x266D6C) is known color: Elm. HEX triplet: 26, 6D and 6C. RGB value is (38,109,108). Sum of RGB (Red+Green+Blue) = 38+109+108=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 109 - color contains mainly: green. Hex color #266D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D6C is #D99293. Grayscale: #575757. Windows color (decimal): -14258836 or 7105830. OLE color: 7105830.
HSL color Cylindrical-coordinate representation of color #266D6C: hue angle of 179.15º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266D6C is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 109 | 108 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.57 |
| HSL | 179.15º | 0.48% | 0.29% | - |
| HSV(B) | 179.15º | 0.65% | 0.43% | - |
| XYZ | 8.97 | 12.43 | 16.11 | - |
| YUV | 87.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 108 | 0.65 | 0 | 0.01 | 0.57 | 179.15 | 0.48 | 0.29 |
| Hex | 26 | 6D | 6C | 41 | 0 | 1 | 39 | B3 | 30 | 1D |
| Octal | 46 | 155 | 154 | 101 | 0 | 1 | 71 | 263 | 60 | 35 |
| Binary | 100110 | 1101101 | 1101100 | 1000001 | 0 | 1 | 111001 | 10110011 | 110000 | 11101 |
Color Harmonies of #266D6C
Complementary color
Monochromatic Colors of #266D6C
Black with #266D6C
Text Example
Text Example
White with #266D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D6C; }
p { color: rgb(38,109,108); }
H1.HeaderClassName
{
color: #266D6C;
}
.AnyTagClassName
{
color: #266D6C;
}
</style>
background-color css
<style>
a { background-color: #266D6C; }
a { background-color: rgb(38,109,108); }
div.DivClassName
{
background-color: #266D6C;
}
.BgClassName
{
background-color: #266D6C;
}
</style>
border-color css
<style>
span { border-color: #266D6C; }
span { border-color: rgb(38,109,108); }
td.TdClassName
{
border-color: #266D6C;
}
.TagClassName
{
border-color: #266D6C;
}
</style>