#1E7554

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

Shades of Salem #1E7554

Tints of Salem #1E7554

Color information

#1E7554 (or 0x1E7554) is unknown color: approx Salem. HEX triplet: 1E, 75 and 54. RGB value is (30,117,84). Sum of RGB (Red+Green+Blue) = 30+117+84=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #1E7554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7554 is #E18AAB. Grayscale: #575757. Windows color (decimal): -14781100 or 5535006. OLE color: 5535006.

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

Color convert

RGB3011784-
CMYK0.7400.280.54
HSL157.24º59.18%28.82%-
HSV(B)157.24º74.36%45.88%-
XYZ8.513.6410.57-
YUV87.22126.1887.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.99%
GREEN value IS 117 (46.09% from 255) = 50.65%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=12.99%
G=50.65%
B=36.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30117840.7400.280.54157.2459.1828.82
Hex1E75544A01C369d3b1d
Octal36165124112034662357335
Binary111101110101101010010010100111001101101001110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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