Shades of Elm #38857D
Tints of Elm #38857D
RGB
CMYK
RGB Variations
Color information
#38857D (or 0x38857D) is known color: Elm. HEX triplet: 38, 85 and 7D. RGB value is (56,133,125). Sum of RGB (Red+Green+Blue) = 56+133+125=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #38857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38857D is #C77A82. Grayscale: #6D6D6D. Windows color (decimal): -13073027 or 8226104. OLE color: 8226104.
HSL color Cylindrical-coordinate representation of color #38857D: hue angle of 173.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38857D is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 125 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.48 |
| HSL | 173.77º | 0.41% | 0.37% | - |
| HSV(B) | 173.77º | 0.58% | 0.52% | - |
| XYZ | 13.72 | 19.1 | 22.36 | - |
| YUV | 109.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 125 | 0.58 | 0 | 0.06 | 0.48 | 173.77 | 0.41 | 0.37 |
| Hex | 38 | 85 | 7D | 3A | 0 | 6 | 30 | AE | 29 | 25 |
| Octal | 70 | 205 | 175 | 72 | 0 | 6 | 60 | 256 | 51 | 45 |
| Binary | 111000 | 10000101 | 1111101 | 111010 | 0 | 110 | 110000 | 10101110 | 101001 | 100101 |
Color Harmonies of #38857D
Complementary color
Monochromatic Colors of #38857D
Black with #38857D
Text Example
Text Example
White with #38857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38857D; }
p { color: rgb(56,133,125); }
H1.HeaderClassName
{
color: #38857D;
}
.AnyTagClassName
{
color: #38857D;
}
</style>
background-color css
<style>
a { background-color: #38857D; }
a { background-color: rgb(56,133,125); }
div.DivClassName
{
background-color: #38857D;
}
.BgClassName
{
background-color: #38857D;
}
</style>
border-color css
<style>
span { border-color: #38857D; }
span { border-color: rgb(56,133,125); }
td.TdClassName
{
border-color: #38857D;
}
.TagClassName
{
border-color: #38857D;
}
</style>