#1E804D

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

Shades of Salem #1E804D

Tints of Salem #1E804D

Color information

#1E804D (or 0x1E804D) is unknown color: approx Salem. HEX triplet: 1E, 80 and 4D. RGB value is (30,128,77). Sum of RGB (Red+Green+Blue) = 30+128+77=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #1E804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E804D is #E17FB2. Grayscale: #5C5C5C. Windows color (decimal): -14778291 or 5079070. OLE color: 5079070.

HSL color Cylindrical-coordinate representation of color #1E804D: hue angle of 148.78º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E804D is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB3012877-
CMYK0.7700.400.50
HSL148.78º62.03%30.98%-
HSV(B)148.78º76.56%50.2%-
XYZ9.5916.259.65-
YUV92.88119.0383.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 128 (50.39% from 255) = 54.47%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=12.77%
G=54.47%
B=32.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30128770.7700.400.50148.7862.0330.98
Hex1E804D4D02832953e1f
Octal36200115115050622257637
Binary11110100000001001101100110101010001100101001010111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,128,77); }

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

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

 a { background-color: rgb(30,128,77); }

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

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

 span { border-color: rgb(30,128,77); }

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