#0E744B

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

Shades of Salem #0E744B

Tints of Salem #0E744B

Color information

#0E744B (or 0x0E744B) is unknown color: approx Salem. HEX triplet: 0E, 74 and 4B. RGB value is (14,116,75). Sum of RGB (Red+Green+Blue) = 14+116+75=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #0E744B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E744B is #F18BB4. Grayscale: #505050. Windows color (decimal): -15829941 or 4944910. OLE color: 4944910.

HSL color Cylindrical-coordinate representation of color #0E744B: hue angle of 155.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E744B is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1411675-
CMYK0.8800.350.55
HSL155.88º78.46%25.49%-
HSV(B)155.88º87.93%45.49%-
XYZ7.713.098.78-
YUV80.83124.7180.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.83%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=6.83%
G=56.59%
B=36.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14116750.8800.350.55155.8878.4625.49
HexE744B58023379c4e19
Octal161641131300436723411631
Binary1110111010010010111011000010001111011110011100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,116,75); }

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

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

 a { background-color: rgb(14,116,75); }

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

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

 span { border-color: rgb(14,116,75); }

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