#19864C

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

Shades of Salem #19864C

Tints of Salem #19864C

Color information

#19864C (or 0x19864C) is unknown color: approx Salem. HEX triplet: 19, 86 and 4C. RGB value is (25,134,76). Sum of RGB (Red+Green+Blue) = 25+134+76=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #19864C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19864C is #E679B3. Grayscale: #5E5E5E. Windows color (decimal): -15104436 or 5015065. OLE color: 5015065.

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

Color convert

RGB2513476-
CMYK0.8100.430.47
HSL148.07º68.55%31.18%-
HSV(B)148.07º81.34%52.55%-
XYZ10.2317.789.73-
YUV94.8117.3978.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.64%
GREEN value IS 134 (52.73% from 255) = 57.02%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=10.64%
G=57.02%
B=32.34%

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
Decimal25134760.8100.430.47148.0768.5531.18
Hex19864C5102B2F94451f
Octal312061141210535722410537
Binary110011000011010011001010001010101110111110010100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19864C; }

 p { color: rgb(25,134,76); }

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

<style>
 a { background-color: #19864C; }

 a { background-color: rgb(25,134,76); }

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

<style>
 span { border-color: #19864C; }

 span { border-color: rgb(25,134,76); }

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