#1E754B

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

Shades of Salem #1E754B

Tints of Salem #1E754B

Color information

#1E754B (or 0x1E754B) is unknown color: approx Salem. HEX triplet: 1E, 75 and 4B. RGB value is (30,117,75). Sum of RGB (Red+Green+Blue) = 30+117+75=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #1E754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E754B is #E18AB4. Grayscale: #565656. Windows color (decimal): -14781109 or 4945182. OLE color: 4945182.

HSL color Cylindrical-coordinate representation of color #1E754B: hue angle of 151.03º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E754B is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB3011775-
CMYK0.7400.360.54
HSL151.03º59.18%28.82%-
HSV(B)151.03º74.36%45.88%-
XYZ8.1713.518.83-
YUV86.2121.6887.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.51%
GREEN value IS 117 (46.09% from 255) = 52.70%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=13.51%
G=52.70%
B=33.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30117750.7400.360.54151.0359.1828.82
Hex1E754B4A02436973b1d
Octal36165113112044662277335
Binary1111011101011001011100101001001001101101001011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,117,75); }

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

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

 a { background-color: rgb(30,117,75); }

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

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

 span { border-color: rgb(30,117,75); }

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