#1E6F53

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

Shades of Salem #1E6F53

Tints of Salem #1E6F53

Color information

#1E6F53 (or 0x1E6F53) is unknown color: approx Salem. HEX triplet: 1E, 6F and 53. RGB value is (30,111,83). Sum of RGB (Red+Green+Blue) = 30+111+83=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6F53 is #E190AC. Grayscale: #535353. Windows color (decimal): -14782637 or 5467934. OLE color: 5467934.

HSL color Cylindrical-coordinate representation of color #1E6F53: hue angle of 159.26º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6F53 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB3011183-
CMYK0.7300.250.56
HSL159.26º57.45%27.65%-
HSV(B)159.26º72.97%43.53%-
XYZ7.7812.2710.14-
YUV83.59127.6689.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.39%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=13.39%
G=49.55%
B=37.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30111830.7300.250.56159.2657.4527.65
Hex1E6F5349019389f391c
Octal36157123111031702377134
Binary111101101111101001110010010110011110001001111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,111,83); }

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

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

 a { background-color: rgb(30,111,83); }

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

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

 span { border-color: rgb(30,111,83); }

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