Shades of Elm #267373
Tints of Elm #267373
RGB
CMYK
RGB Variations
Color information
#267373 (or 0x267373) is known color: Elm. HEX triplet: 26, 73 and 73. RGB value is (38,115,115). Sum of RGB (Red+Green+Blue) = 38+115+115=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #267373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267373 is #D98C8C. Grayscale: #5B5B5B. Windows color (decimal): -14257293 or 7566118. OLE color: 7566118.
HSL color Cylindrical-coordinate representation of color #267373: hue angle of 180º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267373 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 115 | 115 | - |
| CMYK | 0.67 | 0 | 0 | 0.55 |
| HSL | 180º | 0.5% | 0.3% | - |
| HSV(B) | 180º | 0.67% | 0.45% | - |
| XYZ | 10.02 | 13.91 | 18.38 | - |
| YUV | 91.98 | 140.99 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 115 | 0.67 | 0 | 0 | 0.55 | 180 | 0.5 | 0.3 |
| Hex | 26 | 73 | 73 | 43 | 0 | 0 | 37 | B4 | 32 | 1E |
| Octal | 46 | 163 | 163 | 103 | 0 | 0 | 67 | 264 | 62 | 36 |
| Binary | 100110 | 1110011 | 1110011 | 1000011 | 0 | 0 | 110111 | 10110100 | 110010 | 11110 |
Color Harmonies of #267373
Complementary color
Monochromatic Colors of #267373
Black with #267373
Text Example
Text Example
White with #267373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267373; }
p { color: rgb(38,115,115); }
H1.HeaderClassName
{
color: #267373;
}
.AnyTagClassName
{
color: #267373;
}
</style>
background-color css
<style>
a { background-color: #267373; }
a { background-color: rgb(38,115,115); }
div.DivClassName
{
background-color: #267373;
}
.BgClassName
{
background-color: #267373;
}
</style>
border-color css
<style>
span { border-color: #267373; }
span { border-color: rgb(38,115,115); }
td.TdClassName
{
border-color: #267373;
}
.TagClassName
{
border-color: #267373;
}
</style>