#0E8D54

Color #0E8D54 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #0E8D54

Tints of Salem #0E8D54

Color information

#0E8D54 (or 0x0E8D54) is unknown color: approx Salem. HEX triplet: 0E, 8D and 54. RGB value is (14,141,84). Sum of RGB (Red+Green+Blue) = 14+141+84=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 141 (55.47% from 255 or 59.00% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8D54 is #F172AB. Grayscale: #606060. Windows color (decimal): -15823532 or 5541134. OLE color: 5541134.

HSL color Cylindrical-coordinate representation of color #0E8D54: hue angle of 153.07º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8D54 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1414184-
CMYK0.9000.400.45
HSL153.07º81.94%30.39%-
HSV(B)153.07º90.07%55.29%-
XYZ11.3119.7811.61-
YUV96.53120.9269.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 5.86%
GREEN value IS 141 (55.47% from 255) = 59.00%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=5.86%
G=59.00%
B=35.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14141840.9000.400.45153.0781.9430.39
HexE8D545A0282D99521e
Octal162151241320505523112236
Binary11101000110110101001011010010100010110110011001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E8D54; }

 p { color: rgb(14,141,84); }

 H1.HeaderClassName
 {
   color: #0E8D54;
 }
 .AnyTagClassName
 {
   color: #0E8D54;
 }
</style>
background-color css

<style>
 a { background-color: #0E8D54; }

 a { background-color: rgb(14,141,84); }

 div.DivClassName
 {
   background-color: #0E8D54;
 }
 .BgClassName
 {
   background-color: #0E8D54;
 }
</style>
border-color css

<style>
 span { border-color: #0E8D54; }

 span { border-color: rgb(14,141,84); }

 td.TdClassName
 {
   border-color: #0E8D54;
 }
 .TagClassName
 {
   border-color: #0E8D54;
 }
</style>