Shades of Elm #268378
Tints of Elm #268378
RGB
CMYK
RGB Variations
Color information
#268378 (or 0x268378) is known color: Elm. HEX triplet: 26, 83 and 78. RGB value is (38,131,120). Sum of RGB (Red+Green+Blue) = 38+131+120=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #268378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268378 is #D97C87. Grayscale: #656565. Windows color (decimal): -14253192 or 7897894. OLE color: 7897894.
HSL color Cylindrical-coordinate representation of color #268378: hue angle of 172.9º degrees, saturation: 0.55, 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 #268378 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 131 | 120 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.49 |
| HSL | 172.9º | 0.55% | 0.33% | - |
| HSV(B) | 172.9º | 0.71% | 0.51% | - |
| XYZ | 12.31 | 18 | 20.6 | - |
| YUV | 101.94 | 138.19 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 120 | 0.71 | 0 | 0.08 | 0.49 | 172.9 | 0.55 | 0.33 |
| Hex | 26 | 83 | 78 | 47 | 0 | 8 | 31 | AD | 37 | 21 |
| Octal | 46 | 203 | 170 | 107 | 0 | 10 | 61 | 255 | 67 | 41 |
| Binary | 100110 | 10000011 | 1111000 | 1000111 | 0 | 1000 | 110001 | 10101101 | 110111 | 100001 |
Color Harmonies of #268378
Complementary color
Monochromatic Colors of #268378
Black with #268378
Text Example
Text Example
White with #268378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268378; }
p { color: rgb(38,131,120); }
H1.HeaderClassName
{
color: #268378;
}
.AnyTagClassName
{
color: #268378;
}
</style>
background-color css
<style>
a { background-color: #268378; }
a { background-color: rgb(38,131,120); }
div.DivClassName
{
background-color: #268378;
}
.BgClassName
{
background-color: #268378;
}
</style>
border-color css
<style>
span { border-color: #268378; }
span { border-color: rgb(38,131,120); }
td.TdClassName
{
border-color: #268378;
}
.TagClassName
{
border-color: #268378;
}
</style>