#1a884b

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

Shades of Salem #1A884B

Tints of Salem #1A884B

Color information

#1A884B (or 0x1A884B) is unknown color: approx Salem. HEX triplet: 1A, 88 and 4B. RGB value is (26,136,75). Sum of RGB (Red+Green+Blue) = 26+136+75=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #1A884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A884B is #E577B4. Grayscale: #606060. Windows color (decimal): -15038389 or 4950042. OLE color: 4950042.

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

Color convert

RGB2613675-
CMYK0.8100.450.47
HSL146.73º67.9%31.76%-
HSV(B)146.73º80.88%53.33%-
XYZ10.518.349.64-
YUV96.16116.0677.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.97%
GREEN value IS 136 (53.52% from 255) = 57.38%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=10.97%
G=57.38%
B=31.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26136750.8100.450.47146.7367.931.76
Hex1A884B5102D2F934420
Octal322101131210555722310440
Binary1101010001000100101110100010101101101111100100111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a884b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,136,75); }

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

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

 a { background-color: rgb(26,136,75); }

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

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

 span { border-color: rgb(26,136,75); }

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