Shades of Elm #39857D
Tints of Elm #39857D
RGB
CMYK
RGB Variations
Color information
#39857D (or 0x39857D) is known color: Elm. HEX triplet: 39, 85 and 7D. RGB value is (57,133,125). Sum of RGB (Red+Green+Blue) = 57+133+125=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #39857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39857D is #C67A82. Grayscale: #6D6D6D. Windows color (decimal): -13007491 or 8226105. OLE color: 8226105.
HSL color Cylindrical-coordinate representation of color #39857D: hue angle of 173.68º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39857D is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 133 | 125 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.48 |
| HSL | 173.68º | 0.4% | 0.37% | - |
| HSV(B) | 173.68º | 0.57% | 0.52% | - |
| XYZ | 13.78 | 19.13 | 22.37 | - |
| YUV | 109.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 125 | 0.57 | 0 | 0.06 | 0.48 | 173.68 | 0.4 | 0.37 |
| Hex | 39 | 85 | 7D | 39 | 0 | 6 | 30 | AE | 28 | 25 |
| Octal | 71 | 205 | 175 | 71 | 0 | 6 | 60 | 256 | 50 | 45 |
| Binary | 111001 | 10000101 | 1111101 | 111001 | 0 | 110 | 110000 | 10101110 | 101000 | 100101 |
Color Harmonies of #39857D
Complementary color
Monochromatic Colors of #39857D
Black with #39857D
Text Example
Text Example
White with #39857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39857D; }
p { color: rgb(57,133,125); }
H1.HeaderClassName
{
color: #39857D;
}
.AnyTagClassName
{
color: #39857D;
}
</style>
background-color css
<style>
a { background-color: #39857D; }
a { background-color: rgb(57,133,125); }
div.DivClassName
{
background-color: #39857D;
}
.BgClassName
{
background-color: #39857D;
}
</style>
border-color css
<style>
span { border-color: #39857D; }
span { border-color: rgb(57,133,125); }
td.TdClassName
{
border-color: #39857D;
}
.TagClassName
{
border-color: #39857D;
}
</style>