#1E774D

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

Shades of Salem #1E774D

Tints of Salem #1E774D

Color information

#1E774D (or 0x1E774D) is unknown color: approx Salem. HEX triplet: 1E, 77 and 4D. RGB value is (30,119,77). Sum of RGB (Red+Green+Blue) = 30+119+77=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #1E774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E774D is #E188B2. Grayscale: #575757. Windows color (decimal): -14780595 or 5076766. OLE color: 5076766.

HSL color Cylindrical-coordinate representation of color #1E774D: hue angle of 151.69º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E774D is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB3011977-
CMYK0.7500.350.53
HSL151.69º59.73%29.22%-
HSV(B)151.69º74.79%46.67%-
XYZ8.4714.019.28-
YUV87.6122.0186.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.27%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 77 (30.47% from 255) = 34.07%
R=13.27%
G=52.65%
B=34.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30119770.7500.350.53151.6959.7329.22
Hex1E774D4B02335983c1d
Octal36167115113043652307435
Binary1111011101111001101100101101000111101011001100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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