#1E865A

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

Shades of Salem #1E865A

Tints of Salem #1E865A

Color information

#1E865A (or 0x1E865A) is unknown color: approx Salem. HEX triplet: 1E, 86 and 5A. RGB value is (30,134,90). Sum of RGB (Red+Green+Blue) = 30+134+90=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #1E865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E865A is #E179A5. Grayscale: #616161. Windows color (decimal): -14776742 or 5932574. OLE color: 5932574.

HSL color Cylindrical-coordinate representation of color #1E865A: hue angle of 154.62º degrees, saturation: 0.63, 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 #1E865A is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB3013490-
CMYK0.7800.330.47
HSL154.62º63.41%32.16%-
HSV(B)154.62º77.61%52.55%-
XYZ10.9118.0612.58-
YUV97.89123.5479.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.81%
GREEN value IS 134 (52.73% from 255) = 52.76%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=11.81%
G=52.76%
B=35.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30134900.7800.330.47154.6263.4132.16
Hex1E865A4E0212F9b3f20
Octal36206132116041572337740
Binary111101000011010110101001110010000110111110011011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,134,90); }

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

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

 a { background-color: rgb(30,134,90); }

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

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

 span { border-color: rgb(30,134,90); }

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