#1E794F

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

Shades of Salem #1E794F

Tints of Salem #1E794F

Color information

#1E794F (or 0x1E794F) is unknown color: approx Salem. HEX triplet: 1E, 79 and 4F. RGB value is (30,121,79). Sum of RGB (Red+Green+Blue) = 30+121+79=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #1E794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E794F is #E186B0. Grayscale: #595959. Windows color (decimal): -14780081 or 5208350. OLE color: 5208350.

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

Color convert

RGB3012179-
CMYK0.7500.350.53
HSL152.31º60.26%29.61%-
HSV(B)152.31º75.21%47.45%-
XYZ8.7814.529.74-
YUV89122.3585.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.04%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=13.04%
G=52.61%
B=34.35%

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
Decimal30121790.7500.350.53152.3160.2629.61
Hex1E794F4B02335983c1e
Octal36171117113043652307436
Binary1111011110011001111100101101000111101011001100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,121,79); }

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

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

 a { background-color: rgb(30,121,79); }

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

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

 span { border-color: rgb(30,121,79); }

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