Shades of Elm #267171
Tints of Elm #267171
RGB
CMYK
RGB Variations
Color information
#267171 (or 0x267171) is known color: Elm. HEX triplet: 26, 71 and 71. RGB value is (38,113,113). Sum of RGB (Red+Green+Blue) = 38+113+113=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #267171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267171 is #D98E8E. Grayscale: #5A5A5A. Windows color (decimal): -14257807 or 7434534. OLE color: 7434534.
HSL color Cylindrical-coordinate representation of color #267171: hue angle of 180º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #267171 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 113 | 113 | - |
| CMYK | 0.66 | 0 | 0 | 0.56 |
| HSL | 180º | 0.5% | 0.3% | - |
| HSV(B) | 180º | 0.66% | 0.44% | - |
| XYZ | 9.69 | 13.41 | 17.7 | - |
| YUV | 90.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 113 | 0.66 | 0 | 0 | 0.56 | 180 | 0.5 | 0.3 |
| Hex | 26 | 71 | 71 | 42 | 0 | 0 | 38 | B4 | 32 | 1E |
| Octal | 46 | 161 | 161 | 102 | 0 | 0 | 70 | 264 | 62 | 36 |
| Binary | 100110 | 1110001 | 1110001 | 1000010 | 0 | 0 | 111000 | 10110100 | 110010 | 11110 |
Color Harmonies of #267171
Complementary color
Monochromatic Colors of #267171
Black with #267171
Text Example
Text Example
White with #267171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267171; }
p { color: rgb(38,113,113); }
H1.HeaderClassName
{
color: #267171;
}
.AnyTagClassName
{
color: #267171;
}
</style>
background-color css
<style>
a { background-color: #267171; }
a { background-color: rgb(38,113,113); }
div.DivClassName
{
background-color: #267171;
}
.BgClassName
{
background-color: #267171;
}
</style>
border-color css
<style>
span { border-color: #267171; }
span { border-color: rgb(38,113,113); }
td.TdClassName
{
border-color: #267171;
}
.TagClassName
{
border-color: #267171;
}
</style>