Html Css Color HEX #1E764B Salem

📋 copy color: '#1E764B'

red 30 ◦ green 118 ◦ blue 75

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

Shades of Salem #1E764B

Tints of Salem #1E764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 13.45%
G = 52.91%
B = 33.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#1E764B (or 0x1E764B) is known color: Salem. HEX triplet: 1E, 76 and 4B. RGB value is (30,118,75). Sum of RGB (Red+Green+Blue) = 30+118+75=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #1E764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E764B is #E189B4. Grayscale: #565656. Windows color (decimal): -14780853 or 4945438. OLE color: 4945438.

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

Color convert

RGB 30 118 75 -
CMYK 0.75 0 0.36 0.54
HSL 150.68º 0.59% 0.29% -
HSV(B) 150.68º 0.75% 0.46% -
XYZ 8.28 13.74 8.87 -
YUV 86.79 121.35 87.5 -
System Red Green Blue C M Y K H S L
Decimal 30 118 75 0.75 0 0.36 0.54 150.68 0.59 0.29
Hex 1E 76 4B 4B 0 24 36 97 3B 1D
Octal 36 166 113 113 0 44 66 227 73 35
Binary 11110 1110110 1001011 1001011 0 100100 110110 10010111 111011 11101

Color Harmonies of #1E764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E764B

Black with #1E764B

Text Example


Text Example

White with #1E764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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