#1E754C

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

Shades of Salem #1E754C

Tints of Salem #1E754C

Color information

#1E754C (or 0x1E754C) is unknown color: approx Salem. HEX triplet: 1E, 75 and 4C. RGB value is (30,117,76). Sum of RGB (Red+Green+Blue) = 30+117+76=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #1E754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E754C is #E18AB3. Grayscale: #565656. Windows color (decimal): -14781108 or 5010718. OLE color: 5010718.

HSL color Cylindrical-coordinate representation of color #1E754C: hue angle of 151.72º 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 #1E754C is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB3011776-
CMYK0.7400.350.54
HSL151.72º59.18%28.82%-
HSV(B)151.72º74.36%45.88%-
XYZ8.213.529.01-
YUV86.31122.1887.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 117 (46.09% from 255) = 52.47%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=13.45%
G=52.47%
B=34.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30117760.7400.350.54151.7259.1828.82
Hex1E754C4A02336983b1d
Octal36165114112043662307335
Binary1111011101011001100100101001000111101101001100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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