#0E8552

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

Shades of Salem #0E8552

Tints of Salem #0E8552

Color information

#0E8552 (or 0x0E8552) is unknown color: approx Salem. HEX triplet: 0E, 85 and 52. RGB value is (14,133,82). Sum of RGB (Red+Green+Blue) = 14+133+82=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8552 is #F17AAD. Grayscale: #5B5B5B. Windows color (decimal): -15825582 or 5408014. OLE color: 5408014.

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

Color convert

RGB1413382-
CMYK0.8900.380.48
HSL154.29º80.95%28.82%-
HSV(B)154.29º89.47%52.16%-
XYZ10.0917.4810.82-
YUV91.6122.5872.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.11%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=6.11%
G=58.08%
B=35.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14133820.8900.380.48154.2980.9528.82
HexE855259026309a511d
Octal162051221310466023212135
Binary11101000010110100101011001010011011000010011010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,133,82); }

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

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

 a { background-color: rgb(14,133,82); }

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

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

 span { border-color: rgb(14,133,82); }

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