#19874D

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

Shades of Salem #19874D

Tints of Salem #19874D

Color information

#19874D (or 0x19874D) is unknown color: approx Salem. HEX triplet: 19, 87 and 4D. RGB value is (25,135,77). Sum of RGB (Red+Green+Blue) = 25+135+77=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #19874D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19874D is #E678B2. Grayscale: #5F5F5F. Windows color (decimal): -15104179 or 5080857. OLE color: 5080857.

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

Color convert

RGB2513577-
CMYK0.8100.430.47
HSL148.36º68.75%31.37%-
HSV(B)148.36º81.48%52.94%-
XYZ10.418.079.96-
YUV95.5117.5677.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.55%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=10.55%
G=56.96%
B=32.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25135770.8100.430.47148.3668.7531.37
Hex19874D5102B2F94451f
Octal312071151210535722410537
Binary110011000011110011011010001010101110111110010100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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