Html Css Color HEX #1E774C Salem

📋 copy color: '#1E774C'

red 30 ◦ green 119 ◦ blue 76

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

Shades of Salem #1E774C

Tints of Salem #1E774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 13.33%
G = 52.89%
B = 33.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#1E774C (or 0x1E774C) is known color: Salem. HEX triplet: 1E, 77 and 4C. RGB value is (30,119,76). Sum of RGB (Red+Green+Blue) = 30+119+76=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #1E774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E774C is #E188B3. Grayscale: #575757. Windows color (decimal): -14780596 or 5011230. OLE color: 5011230.

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

Color convert

RGB 30 119 76 -
CMYK 0.75 0 0.36 0.53
HSL 151.01º 0.6% 0.29% -
HSV(B) 151.01º 0.75% 0.47% -
XYZ 8.44 13.99 9.09 -
YUV 87.49 121.51 87 -
System Red Green Blue C M Y K H S L
Decimal 30 119 76 0.75 0 0.36 0.53 151.01 0.6 0.29
Hex 1E 77 4C 4B 0 24 35 97 3C 1D
Octal 36 167 114 113 0 44 65 227 74 35
Binary 11110 1110111 1001100 1001011 0 100100 110101 10010111 111100 11101

Color Harmonies of #1E774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E774C

Black with #1E774C

Text Example


Text Example

White with #1E774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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