#0E7D54

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

Shades of Salem #0E7D54

Tints of Salem #0E7D54

Color information

#0E7D54 (or 0x0E7D54) is unknown color: approx Salem. HEX triplet: 0E, 7D and 54. RGB value is (14,125,84). Sum of RGB (Red+Green+Blue) = 14+125+84=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 125 (49.22% from 255 or 56.05% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 125 - color contains mainly: green. Hex color #0E7D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7D54 is #F182AB. Grayscale: #575757. Windows color (decimal): -15827628 or 5537038. OLE color: 5537038.

HSL color Cylindrical-coordinate representation of color #0E7D54: hue angle of 157.84º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7D54 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB1412584-
CMYK0.8900.330.51
HSL157.84º79.86%27.25%-
HSV(B)157.84º88.8%49.02%-
XYZ9.1115.410.88-
YUV87.14126.2375.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.28%
GREEN value IS 125 (49.22% from 255) = 56.05%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=6.28%
G=56.05%
B=37.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14125840.8900.330.51157.8479.8627.25
HexE7D5459021339e501b
Octal161751241310416323612033
Binary1110111110110101001011001010000111001110011110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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