#1A874F

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

Shades of Salem #1A874F

Tints of Salem #1A874F

Color information

#1A874F (or 0x1A874F) is unknown color: approx Salem. HEX triplet: 1A, 87 and 4F. RGB value is (26,135,79). Sum of RGB (Red+Green+Blue) = 26+135+79=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #1A874F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A874F is #E578B0. Grayscale: #606060. Windows color (decimal): -15038641 or 5211930. OLE color: 5211930.

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

Color convert

RGB2613579-
CMYK0.8100.410.47
HSL149.17º67.7%31.57%-
HSV(B)149.17º80.74%52.94%-
XYZ10.518.1110.34-
YUV96.02118.3978.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.83%
GREEN value IS 135 (53.12% from 255) = 56.25%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=10.83%
G=56.25%
B=32.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26135790.8100.410.47149.1767.731.57
Hex1A874F510292F954420
Octal322071171210515722510440
Binary1101010000111100111110100010101001101111100101011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,135,79); }

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

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

 a { background-color: rgb(26,135,79); }

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

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

 span { border-color: rgb(26,135,79); }

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