Shades of Elm #268174
Tints of Elm #268174
RGB
CMYK
RGB Variations
Color information
#268174 (or 0x268174) is known color: Elm. HEX triplet: 26, 81 and 74. RGB value is (38,129,116). Sum of RGB (Red+Green+Blue) = 38+129+116=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #268174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268174 is #D97E8B. Grayscale: #646464. Windows color (decimal): -14253708 or 7635238. OLE color: 7635238.
HSL color Cylindrical-coordinate representation of color #268174: hue angle of 171.43º degrees, saturation: 0.54, 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 #268174 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 116 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.49 |
| HSL | 171.43º | 0.54% | 0.33% | - |
| HSV(B) | 171.43º | 0.71% | 0.51% | - |
| XYZ | 11.8 | 17.37 | 19.25 | - |
| YUV | 100.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 116 | 0.71 | 0 | 0.10 | 0.49 | 171.43 | 0.54 | 0.33 |
| Hex | 26 | 81 | 74 | 47 | 0 | A | 31 | AB | 36 | 21 |
| Octal | 46 | 201 | 164 | 107 | 0 | 12 | 61 | 253 | 66 | 41 |
| Binary | 100110 | 10000001 | 1110100 | 1000111 | 0 | 1010 | 110001 | 10101011 | 110110 | 100001 |
Color Harmonies of #268174
Complementary color
Monochromatic Colors of #268174
Black with #268174
Text Example
Text Example
White with #268174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268174; }
p { color: rgb(38,129,116); }
H1.HeaderClassName
{
color: #268174;
}
.AnyTagClassName
{
color: #268174;
}
</style>
background-color css
<style>
a { background-color: #268174; }
a { background-color: rgb(38,129,116); }
div.DivClassName
{
background-color: #268174;
}
.BgClassName
{
background-color: #268174;
}
</style>
border-color css
<style>
span { border-color: #268174; }
span { border-color: rgb(38,129,116); }
td.TdClassName
{
border-color: #268174;
}
.TagClassName
{
border-color: #268174;
}
</style>