#0E9136

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

Shades of Salem #0E9136

Tints of Salem #0E9136

Color information

#0E9136 (or 0x0E9136) is unknown color: approx Salem. HEX triplet: 0E, 91 and 36. RGB value is (14,145,54). Sum of RGB (Red+Green+Blue) = 14+145+54=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 145 (57.03% from 255 or 68.08% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9136 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9136 is #F16EC9. Grayscale: #5F5F5F. Windows color (decimal): -15822538 or 3576078. OLE color: 3576078.

HSL color Cylindrical-coordinate representation of color #0E9136: hue angle of 138.32º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9136 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1414554-
CMYK0.9000.630.43
HSL138.32º82.39%31.18%-
HSV(B)138.32º90.34%56.86%-
XYZ10.9720.616.89-
YUV95.46104.669.9-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 145 (57.03% from 255) = 68.08%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=6.57%
G=68.08%
B=25.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14145540.9000.630.43138.3282.3931.18
HexE91365A03F2B8a521f
Octal16221661320775321212237
Binary1110100100011101101011010011111110101110001010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,145,54); }

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

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

 a { background-color: rgb(14,145,54); }

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

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

 span { border-color: rgb(14,145,54); }

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