#1a7c46

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

Shades of Salem #1A7C46

Tints of Salem #1A7C46

Color information

#1A7C46 (or 0x1A7C46) is unknown color: approx Salem. HEX triplet: 1A, 7C and 46. RGB value is (26,124,70). Sum of RGB (Red+Green+Blue) = 26+124+70=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 124 (48.83% from 255 or 56.36% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7C46 is #E583B9. Grayscale: #585858. Windows color (decimal): -15041466 or 4619290. OLE color: 4619290.

HSL color Cylindrical-coordinate representation of color #1A7C46: hue angle of 146.94º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7C46 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB2612470-
CMYK0.7900.440.51
HSL146.94º65.33%29.41%-
HSV(B)146.94º79.03%48.63%-
XYZ8.7415.088.24-
YUV88.54117.5383.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.82%
GREEN value IS 124 (48.83% from 255) = 56.36%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=11.82%
G=56.36%
B=31.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26124700.7900.440.51146.9465.3329.41
Hex1A7C464F02C3393411d
Octal321741061170546322310135
Binary11010111110010001101001111010110011001110010011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a7c46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,124,70); }

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

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

 a { background-color: rgb(26,124,70); }

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

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

 span { border-color: rgb(26,124,70); }

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