#1A874E

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

Shades of Salem #1A874E

Tints of Salem #1A874E

Color information

#1A874E (or 0x1A874E) is unknown color: approx Salem. HEX triplet: 1A, 87 and 4E. RGB value is (26,135,78). Sum of RGB (Red+Green+Blue) = 26+135+78=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #1A874E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A874E is #E578B1. Grayscale: #606060. Windows color (decimal): -15038642 or 5146394. OLE color: 5146394.

HSL color Cylindrical-coordinate representation of color #1A874E: hue angle of 148.62º 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 #1A874E is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB2613578-
CMYK0.8100.420.47
HSL148.62º67.7%31.57%-
HSV(B)148.62º80.74%52.94%-
XYZ10.4718.110.15-
YUV95.91117.8978.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.88%
GREEN value IS 135 (53.12% from 255) = 56.49%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=10.88%
G=56.49%
B=32.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26135780.8100.420.47148.6267.731.57
Hex1A874E5102A2F954420
Octal322071161210525722510440
Binary1101010000111100111010100010101010101111100101011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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