#1A7F49

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

Shades of Salem #1A7F49

Tints of Salem #1A7F49

Color information

#1A7F49 (or 0x1A7F49) is unknown color: approx Salem. HEX triplet: 1A, 7F and 49. RGB value is (26,127,73). Sum of RGB (Red+Green+Blue) = 26+127+73=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7F49 is #E580B6. Grayscale: #5A5A5A. Windows color (decimal): -15040695 or 4816666. OLE color: 4816666.

HSL color Cylindrical-coordinate representation of color #1A7F49: hue angle of 147.92º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7F49 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB2612773-
CMYK0.8000.430.50
HSL147.92º66.01%30%-
HSV(B)147.92º79.53%49.8%-
XYZ9.2215.888.88-
YUV90.64118.0481.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.50%
GREEN value IS 127 (50% from 255) = 56.19%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=11.50%
G=56.19%
B=32.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26127730.8000.430.50147.9266.0130
Hex1A7F495002B3294421e
Octal321771111200536222410236
Binary11010111111110010011010000010101111001010010100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,127,73); }

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

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

 a { background-color: rgb(26,127,73); }

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

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

 span { border-color: rgb(26,127,73); }

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