Html Css Color HEX #1E794A Salem

📋 copy color: '#1E794A'

red 30 ◦ green 121 ◦ blue 74

#1E794A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #1E794A

Tints of Salem #1E794A

RGB

 RED value IS 30 (12.11% from 255) = 13.33%

 GREEN value IS 121 (47.66% from 255) = 53.78%

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 13.33%
G = 53.78%
B = 32.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#1E794A (or 0x1E794A) is known color: Salem. HEX triplet: 1E, 79 and 4A. RGB value is (30,121,74). Sum of RGB (Red+Green+Blue) = 30+121+74=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #1E794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E794A is #E186B5. Grayscale: #585858. Windows color (decimal): -14780086 or 4880670. OLE color: 4880670.

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

Color convert

RGB 30 121 74 -
CMYK 0.75 0 0.39 0.53
HSL 149.01º 0.6% 0.3% -
HSV(B) 149.01º 0.75% 0.47% -
XYZ 8.61 14.45 8.81 -
YUV 88.43 119.85 86.32 -
System Red Green Blue C M Y K H S L
Decimal 30 121 74 0.75 0 0.39 0.53 149.01 0.6 0.3
Hex 1E 79 4A 4B 0 27 35 95 3C 1E
Octal 36 171 112 113 0 47 65 225 74 36
Binary 11110 1111001 1001010 1001011 0 100111 110101 10010101 111100 11110

Color Harmonies of #1E794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E794A

Black with #1E794A

Text Example


Text Example

White with #1E794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E794A;
 }
 .AnyTagClassName
 {
   color: #1E794A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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