Shades of Elm #267775
Tints of Elm #267775
RGB
CMYK
RGB Variations
Color information
#267775 (or 0x267775) is known color: Elm. HEX triplet: 26, 77 and 75. RGB value is (38,119,117). Sum of RGB (Red+Green+Blue) = 38+119+117=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #267775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267775 is #D9888A. Grayscale: #5E5E5E. Windows color (decimal): -14256267 or 7698214. OLE color: 7698214.
HSL color Cylindrical-coordinate representation of color #267775: hue angle of 178.52º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267775 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 119 | 117 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.53 |
| HSL | 178.52º | 0.52% | 0.31% | - |
| HSV(B) | 178.52º | 0.68% | 0.47% | - |
| XYZ | 10.61 | 14.89 | 19.14 | - |
| YUV | 94.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 117 | 0.68 | 0 | 0.02 | 0.53 | 178.52 | 0.52 | 0.31 |
| Hex | 26 | 77 | 75 | 44 | 0 | 2 | 35 | B3 | 34 | 1F |
| Octal | 46 | 167 | 165 | 104 | 0 | 2 | 65 | 263 | 64 | 37 |
| Binary | 100110 | 1110111 | 1110101 | 1000100 | 0 | 10 | 110101 | 10110011 | 110100 | 11111 |
Color Harmonies of #267775
Complementary color
Monochromatic Colors of #267775
Black with #267775
Text Example
Text Example
White with #267775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267775; }
p { color: rgb(38,119,117); }
H1.HeaderClassName
{
color: #267775;
}
.AnyTagClassName
{
color: #267775;
}
</style>
background-color css
<style>
a { background-color: #267775; }
a { background-color: rgb(38,119,117); }
div.DivClassName
{
background-color: #267775;
}
.BgClassName
{
background-color: #267775;
}
</style>
border-color css
<style>
span { border-color: #267775; }
span { border-color: rgb(38,119,117); }
td.TdClassName
{
border-color: #267775;
}
.TagClassName
{
border-color: #267775;
}
</style>