Shades of Salem #0E8152
Tints of Salem #0E8152
RGB
CMYK
RGB Variations
Color information
#0E8152 (or 0x0E8152) is known color: Salem. HEX triplet: 0E, 81 and 52. RGB value is (14,129,82). Sum of RGB (Red+Green+Blue) = 14+129+82=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #0E8152 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8152 is #F17EAD. Grayscale: #595959. Windows color (decimal): -15826606 or 5406990. OLE color: 5406990.
HSL color Cylindrical-coordinate representation of color #0E8152: hue angle of 155.48º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8152 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 129 | 82 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.49 |
| HSL | 155.48º | 0.8% | 0.28% | - |
| HSV(B) | 155.48º | 0.89% | 0.51% | - |
| XYZ | 9.55 | 16.4 | 10.65 | - |
| YUV | 89.26 | 123.9 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 82 | 0.89 | 0 | 0.36 | 0.49 | 155.48 | 0.8 | 0.28 |
| Hex | E | 81 | 52 | 59 | 0 | 24 | 31 | 9B | 50 | 1C |
| Octal | 16 | 201 | 122 | 131 | 0 | 44 | 61 | 233 | 120 | 34 |
| Binary | 1110 | 10000001 | 1010010 | 1011001 | 0 | 100100 | 110001 | 10011011 | 1010000 | 11100 |
Color Harmonies of #0E8152
Complementary color
Monochromatic Colors of #0E8152
Black with #0E8152
Text Example
Text Example
White with #0E8152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8152; }
p { color: rgb(14,129,82); }
H1.HeaderClassName
{
color: #0E8152;
}
.AnyTagClassName
{
color: #0E8152;
}
</style>
background-color css
<style>
a { background-color: #0E8152; }
a { background-color: rgb(14,129,82); }
div.DivClassName
{
background-color: #0E8152;
}
.BgClassName
{
background-color: #0E8152;
}
</style>
border-color css
<style>
span { border-color: #0E8152; }
span { border-color: rgb(14,129,82); }
td.TdClassName
{
border-color: #0E8152;
}
.TagClassName
{
border-color: #0E8152;
}
</style>