#1A8B40

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

Shades of Salem #1A8B40

Tints of Salem #1A8B40

Color information

#1A8B40 (or 0x1A8B40) is unknown color: approx Salem. HEX triplet: 1A, 8B and 40. RGB value is (26,139,64). Sum of RGB (Red+Green+Blue) = 26+139+64=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 139 (54.69% from 255 or 60.70% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8B40 is #E574BF. Grayscale: #606060. Windows color (decimal): -15037632 or 4229914. OLE color: 4229914.

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

Color convert

RGB2613964-
CMYK0.8100.540.45
HSL140.18º68.48%32.35%-
HSV(B)140.18º81.29%54.51%-
XYZ10.5819.067.97-
YUV96.66109.5677.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.35%
GREEN value IS 139 (54.69% from 255) = 60.70%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=11.35%
G=60.70%
B=27.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26139640.8100.540.45140.1868.4832.35
Hex1A8B40510362D8c4420
Octal322131001210665521410440
Binary1101010001011100000010100010110110101101100011001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,139,64); }

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

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

 a { background-color: rgb(26,139,64); }

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

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

 span { border-color: rgb(26,139,64); }

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