#19884A

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

Shades of Salem #19884A

Tints of Salem #19884A

Color information

#19884A (or 0x19884A) is unknown color: approx Salem. HEX triplet: 19, 88 and 4A. RGB value is (25,136,74). Sum of RGB (Red+Green+Blue) = 25+136+74=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #19884A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19884A is #E677B5. Grayscale: #5F5F5F. Windows color (decimal): -15103926 or 4884505. OLE color: 4884505.

HSL color Cylindrical-coordinate representation of color #19884A: hue angle of 146.49º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19884A is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB2513674-
CMYK0.8200.460.47
HSL146.49º68.94%31.57%-
HSV(B)146.49º81.62%53.33%-
XYZ10.4418.319.46-
YUV95.74115.7377.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.64%
GREEN value IS 136 (53.52% from 255) = 57.87%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=10.64%
G=57.87%
B=31.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25136740.8200.460.47146.4968.9431.57
Hex19884A5202E2F924520
Octal312101121220565722210540
Binary1100110001000100101010100100101110101111100100101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19884A; }

 p { color: rgb(25,136,74); }

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

<style>
 a { background-color: #19884A; }

 a { background-color: rgb(25,136,74); }

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

<style>
 span { border-color: #19884A; }

 span { border-color: rgb(25,136,74); }

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