Html Css Color HEX #1E764D Salem

📋 copy color: '#1E764D'

red 30 ◦ green 118 ◦ blue 77

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

Shades of Salem #1E764D

Tints of Salem #1E764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.44%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 13.33%
G = 52.44%
B = 34.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#1E764D (or 0x1E764D) is known color: Salem. HEX triplet: 1E, 76 and 4D. RGB value is (30,118,77). Sum of RGB (Red+Green+Blue) = 30+118+77=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #1E764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E764D is #E189B2. Grayscale: #575757. Windows color (decimal): -14780851 or 5076510. OLE color: 5076510.

HSL color Cylindrical-coordinate representation of color #1E764D: hue angle of 152.05º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E764D is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 30 118 77 -
CMYK 0.75 0 0.35 0.54
HSL 152.05º 0.59% 0.29% -
HSV(B) 152.05º 0.75% 0.46% -
XYZ 8.35 13.77 9.24 -
YUV 87.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 30 118 77 0.75 0 0.35 0.54 152.05 0.59 0.29
Hex 1E 76 4D 4B 0 23 36 98 3B 1D
Octal 36 166 115 113 0 43 66 230 73 35
Binary 11110 1110110 1001101 1001011 0 100011 110110 10011000 111011 11101

Color Harmonies of #1E764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E764D

Black with #1E764D

Text Example


Text Example

White with #1E764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,118,77); }

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

background-color css

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

 a { background-color: rgb(30,118,77); }

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

border-color css

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

 span { border-color: rgb(30,118,77); }

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