Html Css Color HEX #1E764F Salem

📋 copy color: '#1E764F'

red 30 ◦ green 118 ◦ blue 79

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

Shades of Salem #1E764F

Tints of Salem #1E764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 13.22%
G = 51.98%
B = 34.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#1E764F (or 0x1E764F) is known color: Salem. HEX triplet: 1E, 76 and 4F. RGB value is (30,118,79). Sum of RGB (Red+Green+Blue) = 30+118+79=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #1E764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E764F is #E189B0. Grayscale: #575757. Windows color (decimal): -14780849 or 5207582. OLE color: 5207582.

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

Color convert

RGB 30 118 79 -
CMYK 0.75 0 0.33 0.54
HSL 153.41º 0.59% 0.29% -
HSV(B) 153.41º 0.75% 0.46% -
XYZ 8.43 13.8 9.62 -
YUV 87.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 30 118 79 0.75 0 0.33 0.54 153.41 0.59 0.29
Hex 1E 76 4F 4B 0 21 36 99 3B 1D
Octal 36 166 117 113 0 41 66 231 73 35
Binary 11110 1110110 1001111 1001011 0 100001 110110 10011001 111011 11101

Color Harmonies of #1E764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E764F

Black with #1E764F

Text Example


Text Example

White with #1E764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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