#1A8958

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

Shades of Salem #1A8958

Tints of Salem #1A8958

Color information

#1A8958 (or 0x1A8958) is unknown color: approx Salem. HEX triplet: 1A, 89 and 58. RGB value is (26,137,88). Sum of RGB (Red+Green+Blue) = 26+137+88=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8958 is #E576A7. Grayscale: #626262. Windows color (decimal): -15038120 or 5802266. OLE color: 5802266.

HSL color Cylindrical-coordinate representation of color #1A8958: hue angle of 153.51º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8958 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB2613788-
CMYK0.8100.360.46
HSL153.51º68.1%31.96%-
HSV(B)153.51º81.02%53.73%-
XYZ11.1318.8212.28-
YUV98.22122.2376.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.36%
GREEN value IS 137 (53.91% from 255) = 54.58%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=10.36%
G=54.58%
B=35.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26137880.8100.360.46153.5168.131.96
Hex1A8958510242E9a4420
Octal322111301210445623210440
Binary1101010001001101100010100010100100101110100110101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,137,88); }

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

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

 a { background-color: rgb(26,137,88); }

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

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

 span { border-color: rgb(26,137,88); }

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