#1A874C

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

Shades of Salem #1A874C

Tints of Salem #1A874C

Color information

#1A874C (or 0x1A874C) is unknown color: approx Salem. HEX triplet: 1A, 87 and 4C. RGB value is (26,135,76). Sum of RGB (Red+Green+Blue) = 26+135+76=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #1A874C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A874C is #E578B3. Grayscale: #5F5F5F. Windows color (decimal): -15038644 or 5015322. OLE color: 5015322.

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

Color convert

RGB2613576-
CMYK0.8100.440.47
HSL147.52º67.7%31.57%-
HSV(B)147.52º80.74%52.94%-
XYZ10.3918.079.78-
YUV95.68116.8978.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.97%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=10.97%
G=56.96%
B=32.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26135760.8100.440.47147.5267.731.57
Hex1A874C5102C2F944420
Octal322071141210545722410440
Binary1101010000111100110010100010101100101111100101001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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