#0E7B48

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

Shades of Salem #0E7B48

Tints of Salem #0E7B48

Color information

#0E7B48 (or 0x0E7B48) is unknown color: approx Salem. HEX triplet: 0E, 7B and 48. RGB value is (14,123,72). Sum of RGB (Red+Green+Blue) = 14+123+72=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 123 (48.44% from 255 or 58.85% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7B48 is #F184B7. Grayscale: #545454. Windows color (decimal): -15828152 or 4750094. OLE color: 4750094.

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

Color convert

RGB1412372-
CMYK0.8900.410.52
HSL151.93º79.56%26.86%-
HSV(B)151.93º88.62%48.24%-
XYZ8.4314.738.53-
YUV84.6120.8977.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.70%
GREEN value IS 123 (48.44% from 255) = 58.85%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=6.70%
G=58.85%
B=34.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14123720.8900.410.52151.9379.5626.86
HexE7B48590293498501b
Octal161731101310516423012033
Binary1110111101110010001011001010100111010010011000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,123,72); }

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

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

 a { background-color: rgb(14,123,72); }

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

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

 span { border-color: rgb(14,123,72); }

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