#1E7351

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

Shades of Salem #1E7351

Tints of Salem #1E7351

Color information

#1E7351 (or 0x1E7351) is unknown color: approx Salem. HEX triplet: 1E, 73 and 51. RGB value is (30,115,81). Sum of RGB (Red+Green+Blue) = 30+115+81=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7351 is #E18CAE. Grayscale: #555555. Windows color (decimal): -14781615 or 5337886. OLE color: 5337886.

HSL color Cylindrical-coordinate representation of color #1E7351: hue angle of 156º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7351 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB3011581-
CMYK0.7400.300.55
HSL156º58.62%28.43%-
HSV(B)156º73.91%45.1%-
XYZ8.1513.139.89-
YUV85.71125.3488.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.27%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=13.27%
G=50.88%
B=35.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30115810.7400.300.5515658.6228.43
Hex1E73514A01E379c3b1c
Octal36163121112036672347334
Binary111101110011101000110010100111101101111001110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,115,81); }

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

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

 a { background-color: rgb(30,115,81); }

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

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

 span { border-color: rgb(30,115,81); }

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