#1E7350

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

Shades of Salem #1E7350

Tints of Salem #1E7350

Color information

#1E7350 (or 0x1E7350) is unknown color: approx Salem. HEX triplet: 1E, 73 and 50. RGB value is (30,115,80). Sum of RGB (Red+Green+Blue) = 30+115+80=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7350 is #E18CAF. Grayscale: #555555. Windows color (decimal): -14781616 or 5272350. OLE color: 5272350.

HSL color Cylindrical-coordinate representation of color #1E7350: hue angle of 155.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7350 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB3011580-
CMYK0.7400.300.55
HSL155.29º58.62%28.43%-
HSV(B)155.29º73.91%45.1%-
XYZ8.1113.129.69-
YUV85.6124.8488.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=13.33%
G=51.11%
B=35.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30115800.7400.300.55155.2958.6228.43
Hex1E73504A01E379b3b1c
Octal36163120112036672337334
Binary111101110011101000010010100111101101111001101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E7350; }

 p { color: rgb(30,115,80); }

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

<style>
 a { background-color: #1E7350; }

 a { background-color: rgb(30,115,80); }

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

<style>
 span { border-color: #1E7350; }

 span { border-color: rgb(30,115,80); }

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