#1E784C

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

Shades of Salem #1E784C

Tints of Salem #1E784C

Color information

#1E784C (or 0x1E784C) is unknown color: approx Salem. HEX triplet: 1E, 78 and 4C. RGB value is (30,120,76). Sum of RGB (Red+Green+Blue) = 30+120+76=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #1E784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E784C is #E187B3. Grayscale: #585858. Windows color (decimal): -14780340 or 5011486. OLE color: 5011486.

HSL color Cylindrical-coordinate representation of color #1E784C: hue angle of 150.67º 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 #1E784C is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB3012076-
CMYK0.7500.370.53
HSL150.67º60%29.41%-
HSV(B)150.67º75%47.06%-
XYZ8.5614.239.13-
YUV88.07121.1886.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.27%
GREEN value IS 120 (47.27% from 255) = 53.10%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=13.27%
G=53.10%
B=33.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30120760.7500.370.53150.676029.41
Hex1E784C4B02535973c1d
Octal36170114113045652277435
Binary1111011110001001100100101101001011101011001011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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