#0E7D57

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

Shades of Salem #0E7D57

Tints of Salem #0E7D57

Color information

#0E7D57 (or 0x0E7D57) is unknown color: approx Salem. HEX triplet: 0E, 7D and 57. RGB value is (14,125,87). Sum of RGB (Red+Green+Blue) = 14+125+87=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 125 (49.22% from 255 or 55.31% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 125 - color contains mainly: green. Hex color #0E7D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7D57 is #F182A8. Grayscale: #575757. Windows color (decimal): -15827625 or 5733646. OLE color: 5733646.

HSL color Cylindrical-coordinate representation of color #0E7D57: hue angle of 159.46º 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 #0E7D57 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1412587-
CMYK0.8900.300.51
HSL159.46º79.86%27.25%-
HSV(B)159.46º88.8%49.02%-
XYZ9.2415.4511.51-
YUV87.48127.7375.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.19%
GREEN value IS 125 (49.22% from 255) = 55.31%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=6.19%
G=55.31%
B=38.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14125870.8900.300.51159.4679.8627.25
HexE7D575901E339f501b
Octal161751271310366323712033
Binary111011111011010111101100101111011001110011111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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