#19874F

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

Shades of Salem #19874F

Tints of Salem #19874F

Color information

#19874F (or 0x19874F) is unknown color: approx Salem. HEX triplet: 19, 87 and 4F. RGB value is (25,135,79). Sum of RGB (Red+Green+Blue) = 25+135+79=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #19874F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19874F is #E678B0. Grayscale: #5F5F5F. Windows color (decimal): -15104177 or 5211929. OLE color: 5211929.

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

Color convert

RGB2513579-
CMYK0.8100.410.47
HSL149.45º68.75%31.37%-
HSV(B)149.45º81.48%52.94%-
XYZ10.4818.110.34-
YUV95.73118.5677.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 135 (53.12% from 255) = 56.49%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=10.46%
G=56.49%
B=33.05%

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
Decimal25135790.8100.410.47149.4568.7531.37
Hex19874F510292F95451f
Octal312071171210515722510537
Binary110011000011110011111010001010100110111110010101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19874F; }

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

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

<style>
 a { background-color: #19874F; }

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

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

<style>
 span { border-color: #19874F; }

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

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