#1A824E

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

Shades of Salem #1A824E

Tints of Salem #1A824E

Color information

#1A824E (or 0x1A824E) is unknown color: approx Salem. HEX triplet: 1A, 82 and 4E. RGB value is (26,130,78). Sum of RGB (Red+Green+Blue) = 26+130+78=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #1A824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A824E is #E57DB1. Grayscale: #5D5D5D. Windows color (decimal): -15039922 or 5145114. OLE color: 5145114.

HSL color Cylindrical-coordinate representation of color #1A824E: hue angle of 150º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A824E is Cyan = 0.8, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB2613078-
CMYK0.800.400.49
HSL150º66.67%30.59%-
HSV(B)150º80%50.98%-
XYZ9.7816.739.92-
YUV92.98119.5480.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.11%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=11.11%
G=55.56%
B=33.33%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26130780.800.400.4915066.6730.59
Hex1A824E500283196431f
Octal322021161200506122610337
Binary110101000001010011101010000010100011000110010110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,130,78); }

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

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

 a { background-color: rgb(26,130,78); }

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

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

 span { border-color: rgb(26,130,78); }

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