#1E8756

Color #1E8756 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #1E8756

Tints of Salem #1E8756

Color information

#1E8756 (or 0x1E8756) is unknown color: approx Salem. HEX triplet: 1E, 87 and 56. RGB value is (30,135,86). Sum of RGB (Red+Green+Blue) = 30+135+86=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #1E8756 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8756 is #E178A9. Grayscale: #626262. Windows color (decimal): -14776490 or 5670686. OLE color: 5670686.

HSL color Cylindrical-coordinate representation of color #1E8756: hue angle of 152º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8756 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB3013586-
CMYK0.7800.360.47
HSL152º63.64%32.35%-
HSV(B)152º77.78%52.94%-
XYZ10.8818.2811.76-
YUV98.02121.2179.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.95%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=11.95%
G=53.78%
B=34.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30135860.7800.360.4715263.6432.35
Hex1E87564E0242F984020
Octal362071261160445723010040
Binary1111010000111101011010011100100100101111100110001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,135,86); }

 H1.HeaderClassName
 {
   color: #1E8756;
 }
 .AnyTagClassName
 {
   color: #1E8756;
 }
</style>
background-color css

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

 a { background-color: rgb(30,135,86); }

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

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

 span { border-color: rgb(30,135,86); }

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