Shades of Elm #267572
Tints of Elm #267572
RGB
CMYK
RGB Variations
Color information
#267572 (or 0x267572) is known color: Elm. HEX triplet: 26, 75 and 72. RGB value is (38,117,114). Sum of RGB (Red+Green+Blue) = 38+117+114=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #267572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267572 is #D98A8D. Grayscale: #5C5C5C. Windows color (decimal): -14256782 or 7501094. OLE color: 7501094.
HSL color Cylindrical-coordinate representation of color #267572: hue angle of 177.72º 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 #267572 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 117 | 114 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.54 |
| HSL | 177.72º | 0.51% | 0.3% | - |
| HSV(B) | 177.72º | 0.68% | 0.46% | - |
| XYZ | 10.2 | 14.35 | 18.15 | - |
| YUV | 93.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 114 | 0.68 | 0 | 0.03 | 0.54 | 177.72 | 0.51 | 0.3 |
| Hex | 26 | 75 | 72 | 44 | 0 | 3 | 36 | B2 | 33 | 1E |
| Octal | 46 | 165 | 162 | 104 | 0 | 3 | 66 | 262 | 63 | 36 |
| Binary | 100110 | 1110101 | 1110010 | 1000100 | 0 | 11 | 110110 | 10110010 | 110011 | 11110 |
Color Harmonies of #267572
Complementary color
Monochromatic Colors of #267572
Black with #267572
Text Example
Text Example
White with #267572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267572; }
p { color: rgb(38,117,114); }
H1.HeaderClassName
{
color: #267572;
}
.AnyTagClassName
{
color: #267572;
}
</style>
background-color css
<style>
a { background-color: #267572; }
a { background-color: rgb(38,117,114); }
div.DivClassName
{
background-color: #267572;
}
.BgClassName
{
background-color: #267572;
}
</style>
border-color css
<style>
span { border-color: #267572; }
span { border-color: rgb(38,117,114); }
td.TdClassName
{
border-color: #267572;
}
.TagClassName
{
border-color: #267572;
}
</style>