Shades of Elm #268779
Tints of Elm #268779
RGB
CMYK
RGB Variations
Color information
#268779 (or 0x268779) is known color: Elm. HEX triplet: 26, 87 and 79. RGB value is (38,135,121). Sum of RGB (Red+Green+Blue) = 38+135+121=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #268779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268779 is #D97886. Grayscale: #686868. Windows color (decimal): -14252167 or 7964454. OLE color: 7964454.
HSL color Cylindrical-coordinate representation of color #268779: hue angle of 171.34º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268779 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 135 | 121 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.47 |
| HSL | 171.34º | 0.56% | 0.34% | - |
| HSV(B) | 171.34º | 0.72% | 0.53% | - |
| XYZ | 12.91 | 19.12 | 21.1 | - |
| YUV | 104.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 121 | 0.72 | 0 | 0.10 | 0.47 | 171.34 | 0.56 | 0.34 |
| Hex | 26 | 87 | 79 | 48 | 0 | A | 2F | AB | 38 | 22 |
| Octal | 46 | 207 | 171 | 110 | 0 | 12 | 57 | 253 | 70 | 42 |
| Binary | 100110 | 10000111 | 1111001 | 1001000 | 0 | 1010 | 101111 | 10101011 | 111000 | 100010 |
Color Harmonies of #268779
Complementary color
Monochromatic Colors of #268779
Black with #268779
Text Example
Text Example
White with #268779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268779; }
p { color: rgb(38,135,121); }
H1.HeaderClassName
{
color: #268779;
}
.AnyTagClassName
{
color: #268779;
}
</style>
background-color css
<style>
a { background-color: #268779; }
a { background-color: rgb(38,135,121); }
div.DivClassName
{
background-color: #268779;
}
.BgClassName
{
background-color: #268779;
}
</style>
border-color css
<style>
span { border-color: #268779; }
span { border-color: rgb(38,135,121); }
td.TdClassName
{
border-color: #268779;
}
.TagClassName
{
border-color: #268779;
}
</style>