Shades of Elm #38857E
Tints of Elm #38857E
RGB
CMYK
RGB Variations
Color information
#38857E (or 0x38857E) is known color: Elm. HEX triplet: 38, 85 and 7E. RGB value is (56,133,126). Sum of RGB (Red+Green+Blue) = 56+133+126=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #38857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38857E is #C77A81. Grayscale: #6D6D6D. Windows color (decimal): -13073026 or 8291640. OLE color: 8291640.
HSL color Cylindrical-coordinate representation of color #38857E: hue angle of 174.55º 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 #38857E is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 126 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.48 |
| HSL | 174.55º | 0.41% | 0.37% | - |
| HSV(B) | 174.55º | 0.58% | 0.52% | - |
| XYZ | 13.78 | 19.12 | 22.7 | - |
| YUV | 109.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 126 | 0.58 | 0 | 0.05 | 0.48 | 174.55 | 0.41 | 0.37 |
| Hex | 38 | 85 | 7E | 3A | 0 | 5 | 30 | AF | 29 | 25 |
| Octal | 70 | 205 | 176 | 72 | 0 | 5 | 60 | 257 | 51 | 45 |
| Binary | 111000 | 10000101 | 1111110 | 111010 | 0 | 101 | 110000 | 10101111 | 101001 | 100101 |
Color Harmonies of #38857E
Complementary color
Monochromatic Colors of #38857E
Black with #38857E
Text Example
Text Example
White with #38857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38857E; }
p { color: rgb(56,133,126); }
H1.HeaderClassName
{
color: #38857E;
}
.AnyTagClassName
{
color: #38857E;
}
</style>
background-color css
<style>
a { background-color: #38857E; }
a { background-color: rgb(56,133,126); }
div.DivClassName
{
background-color: #38857E;
}
.BgClassName
{
background-color: #38857E;
}
</style>
border-color css
<style>
span { border-color: #38857E; }
span { border-color: rgb(56,133,126); }
td.TdClassName
{
border-color: #38857E;
}
.TagClassName
{
border-color: #38857E;
}
</style>