Shades of Elm #256D6B
Tints of Elm #256D6B
RGB
CMYK
RGB Variations
Color information
#256D6B (or 0x256D6B) is known color: Elm. HEX triplet: 25, 6D and 6B. RGB value is (37,109,107). Sum of RGB (Red+Green+Blue) = 37+109+107=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 109 - color contains mainly: green. Hex color #256D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256D6B is #DA9294. Grayscale: #575757. Windows color (decimal): -14324373 or 7040293. OLE color: 7040293.
HSL color Cylindrical-coordinate representation of color #256D6B: hue angle of 178.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256D6B is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 109 | 107 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.57 |
| HSL | 178.33º | 0.49% | 0.29% | - |
| HSV(B) | 178.33º | 0.66% | 0.43% | - |
| XYZ | 8.89 | 12.39 | 15.83 | - |
| YUV | 87.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 107 | 0.66 | 0 | 0.02 | 0.57 | 178.33 | 0.49 | 0.29 |
| Hex | 25 | 6D | 6B | 42 | 0 | 2 | 39 | B2 | 31 | 1D |
| Octal | 45 | 155 | 153 | 102 | 0 | 2 | 71 | 262 | 61 | 35 |
| Binary | 100101 | 1101101 | 1101011 | 1000010 | 0 | 10 | 111001 | 10110010 | 110001 | 11101 |
Color Harmonies of #256D6B
Complementary color
Monochromatic Colors of #256D6B
Black with #256D6B
Text Example
Text Example
White with #256D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D6B; }
p { color: rgb(37,109,107); }
H1.HeaderClassName
{
color: #256D6B;
}
.AnyTagClassName
{
color: #256D6B;
}
</style>
background-color css
<style>
a { background-color: #256D6B; }
a { background-color: rgb(37,109,107); }
div.DivClassName
{
background-color: #256D6B;
}
.BgClassName
{
background-color: #256D6B;
}
</style>
border-color css
<style>
span { border-color: #256D6B; }
span { border-color: rgb(37,109,107); }
td.TdClassName
{
border-color: #256D6B;
}
.TagClassName
{
border-color: #256D6B;
}
</style>