#0E7550

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

Shades of Salem #0E7550

Tints of Salem #0E7550

Color information

#0E7550 (or 0x0E7550) is unknown color: approx Salem. HEX triplet: 0E, 75 and 50. RGB value is (14,117,80). Sum of RGB (Red+Green+Blue) = 14+117+80=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7550 is #F18AAF. Grayscale: #525252. Windows color (decimal): -15829680 or 5272846. OLE color: 5272846.

HSL color Cylindrical-coordinate representation of color #0E7550: hue angle of 158.45º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7550 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1411780-
CMYK0.8800.320.54
HSL158.45º78.63%25.69%-
HSV(B)158.45º88.03%45.88%-
XYZ7.9913.49.75-
YUV81.99126.8879.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.64%
GREEN value IS 117 (46.09% from 255) = 55.45%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=6.64%
G=55.45%
B=37.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117800.8800.320.54158.4578.6325.69
HexE755058020369e4f1a
Octal161651201300406623611732
Binary1110111010110100001011000010000011011010011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,117,80); }

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

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

 a { background-color: rgb(14,117,80); }

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

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

 span { border-color: rgb(14,117,80); }

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