Shades of Elm #256C6B
Tints of Elm #256C6B
RGB
CMYK
RGB Variations
Color information
#256C6B (or 0x256C6B) is known color: Elm. HEX triplet: 25, 6C and 6B. RGB value is (37,108,107). Sum of RGB (Red+Green+Blue) = 37+108+107=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 108 - color contains mainly: green. Hex color #256C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C6B is #DA9394. Grayscale: #565656. Windows color (decimal): -14324629 or 7040037. OLE color: 7040037.
HSL color Cylindrical-coordinate representation of color #256C6B: hue angle of 179.15º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256C6B is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 107 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.58 |
| HSL | 179.15º | 0.49% | 0.28% | - |
| HSV(B) | 179.15º | 0.66% | 0.42% | - |
| XYZ | 8.78 | 12.18 | 15.8 | - |
| YUV | 86.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 107 | 0.66 | 0 | 0.01 | 0.58 | 179.15 | 0.49 | 0.28 |
| Hex | 25 | 6C | 6B | 42 | 0 | 1 | 3A | B3 | 31 | 1C |
| Octal | 45 | 154 | 153 | 102 | 0 | 1 | 72 | 263 | 61 | 34 |
| Binary | 100101 | 1101100 | 1101011 | 1000010 | 0 | 1 | 111010 | 10110011 | 110001 | 11100 |
Color Harmonies of #256C6B
Complementary color
Monochromatic Colors of #256C6B
Black with #256C6B
Text Example
Text Example
White with #256C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C6B; }
p { color: rgb(37,108,107); }
H1.HeaderClassName
{
color: #256C6B;
}
.AnyTagClassName
{
color: #256C6B;
}
</style>
background-color css
<style>
a { background-color: #256C6B; }
a { background-color: rgb(37,108,107); }
div.DivClassName
{
background-color: #256C6B;
}
.BgClassName
{
background-color: #256C6B;
}
</style>
border-color css
<style>
span { border-color: #256C6B; }
span { border-color: rgb(37,108,107); }
td.TdClassName
{
border-color: #256C6B;
}
.TagClassName
{
border-color: #256C6B;
}
</style>