#1E7A54

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

Shades of Salem #1E7A54

Tints of Salem #1E7A54

Color information

#1E7A54 (or 0x1E7A54) is unknown color: approx Salem. HEX triplet: 1E, 7A and 54. RGB value is (30,122,84). Sum of RGB (Red+Green+Blue) = 30+122+84=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7A54 is #E185AB. Grayscale: #5A5A5A. Windows color (decimal): -14779820 or 5536286. OLE color: 5536286.

HSL color Cylindrical-coordinate representation of color #1E7A54: hue angle of 155.22º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7A54 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB3012284-
CMYK0.7500.310.52
HSL155.22º60.53%29.8%-
HSV(B)155.22º75.41%47.84%-
XYZ9.114.8410.77-
YUV90.16124.5285.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 122 (48.05% from 255) = 51.69%
BLUE value IS 84 (33.20% from 255) = 35.59%
R=12.71%
G=51.69%
B=35.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30122840.7500.310.52155.2260.5329.8
Hex1E7A544B01F349b3d1e
Octal36172124113037642337536
Binary111101111010101010010010110111111101001001101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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