#1a7849

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

Shades of Salem #1A7849

Tints of Salem #1A7849

Color information

#1A7849 (or 0x1A7849) is unknown color: approx Salem. HEX triplet: 1A, 78 and 49. RGB value is (26,120,73). Sum of RGB (Red+Green+Blue) = 26+120+73=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #1A7849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7849 is #E587B6. Grayscale: #565656. Windows color (decimal): -15042487 or 4814874. OLE color: 4814874.

HSL color Cylindrical-coordinate representation of color #1A7849: hue angle of 150º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7849 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB2612073-
CMYK0.7800.390.53
HSL150º64.38%28.63%-
HSV(B)150º78.33%47.06%-
XYZ8.3514.138.59-
YUV86.54120.3684.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=11.87%
G=54.79%
B=33.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26120730.7800.390.5315064.3828.63
Hex1A78494E0273596401d
Octal321701111160476522610035
Binary11010111100010010011001110010011111010110010110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a7849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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