Html Css Color HEX #1E774A Salem

📋 copy color: '#1E774A'

red 30 ◦ green 119 ◦ blue 74

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

Shades of Salem #1E774A

Tints of Salem #1E774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.36%

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

R = 13.45%
G = 53.36%
B = 33.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#1E774A (or 0x1E774A) is known color: Salem. HEX triplet: 1E, 77 and 4A. RGB value is (30,119,74). Sum of RGB (Red+Green+Blue) = 30+119+74=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #1E774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E774A is #E188B5. Grayscale: #575757. Windows color (decimal): -14780598 or 4880158. OLE color: 4880158.

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

Color convert

RGB 30 119 74 -
CMYK 0.75 0 0.38 0.53
HSL 149.66º 0.6% 0.29% -
HSV(B) 149.66º 0.75% 0.47% -
XYZ 8.37 13.96 8.73 -
YUV 87.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 30 119 74 0.75 0 0.38 0.53 149.66 0.6 0.29
Hex 1E 77 4A 4B 0 26 35 96 3C 1D
Octal 36 167 112 113 0 46 65 226 74 35
Binary 11110 1110111 1001010 1001011 0 100110 110101 10010110 111100 11101

Color Harmonies of #1E774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E774A

Black with #1E774A

Text Example


Text Example

White with #1E774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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