Shades of Elm #267570
Tints of Elm #267570
RGB
CMYK
RGB Variations
Color information
#267570 (or 0x267570) is known color: Elm. HEX triplet: 26, 75 and 70. RGB value is (38,117,112). Sum of RGB (Red+Green+Blue) = 38+117+112=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #267570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267570 is #D98A8F. Grayscale: #5C5C5C. Windows color (decimal): -14256784 or 7370022. OLE color: 7370022.
HSL color Cylindrical-coordinate representation of color #267570: hue angle of 176.2º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267570 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 117 | 112 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.54 |
| HSL | 176.2º | 0.51% | 0.3% | - |
| HSV(B) | 176.2º | 0.68% | 0.46% | - |
| XYZ | 10.09 | 14.3 | 17.56 | - |
| YUV | 92.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 112 | 0.68 | 0 | 0.04 | 0.54 | 176.2 | 0.51 | 0.3 |
| Hex | 26 | 75 | 70 | 44 | 0 | 4 | 36 | B0 | 33 | 1E |
| Octal | 46 | 165 | 160 | 104 | 0 | 4 | 66 | 260 | 63 | 36 |
| Binary | 100110 | 1110101 | 1110000 | 1000100 | 0 | 100 | 110110 | 10110000 | 110011 | 11110 |
Color Harmonies of #267570
Complementary color
Monochromatic Colors of #267570
Black with #267570
Text Example
Text Example
White with #267570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267570; }
p { color: rgb(38,117,112); }
H1.HeaderClassName
{
color: #267570;
}
.AnyTagClassName
{
color: #267570;
}
</style>
background-color css
<style>
a { background-color: #267570; }
a { background-color: rgb(38,117,112); }
div.DivClassName
{
background-color: #267570;
}
.BgClassName
{
background-color: #267570;
}
</style>
border-color css
<style>
span { border-color: #267570; }
span { border-color: rgb(38,117,112); }
td.TdClassName
{
border-color: #267570;
}
.TagClassName
{
border-color: #267570;
}
</style>