#1A7150

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

Shades of Salem #1A7150

Tints of Salem #1A7150

Color information

#1A7150 (or 0x1A7150) is unknown color: approx Salem. HEX triplet: 1A, 71 and 50. RGB value is (26,113,80). Sum of RGB (Red+Green+Blue) = 26+113+80=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #1A7150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7150 is #E58EAF. Grayscale: #535353. Windows color (decimal): -15044272 or 5271834. OLE color: 5271834.

HSL color Cylindrical-coordinate representation of color #1A7150: hue angle of 157.24º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7150 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB2611380-
CMYK0.7700.290.56
HSL157.24º62.59%27.25%-
HSV(B)157.24º76.99%44.31%-
XYZ7.7812.619.61-
YUV83.22126.1887.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=11.87%
G=51.60%
B=36.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26113800.7700.290.56157.2462.5927.25
Hex1A71504D01D389d3f1b
Octal32161120115035702357733
Binary110101110001101000010011010111011110001001110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,113,80); }

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

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

 a { background-color: rgb(26,113,80); }

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

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

 span { border-color: rgb(26,113,80); }

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