#19744C

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

Shades of Salem #19744C

Tints of Salem #19744C

Color information

#19744C (or 0x19744C) is unknown color: approx Salem. HEX triplet: 19, 74 and 4C. RGB value is (25,116,76). Sum of RGB (Red+Green+Blue) = 25+116+76=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #19744C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19744C is #E68BB3. Grayscale: #545454. Windows color (decimal): -15109044 or 5010457. OLE color: 5010457.

HSL color Cylindrical-coordinate representation of color #19744C: hue angle of 153.63º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19744C is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB2511676-
CMYK0.7800.340.55
HSL153.63º64.54%27.65%-
HSV(B)153.63º78.45%45.49%-
XYZ7.9513.228.97-
YUV84.23123.3585.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 116 (45.70% from 255) = 53.46%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=11.52%
G=53.46%
B=35.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25116760.7800.340.55153.6364.5427.65
Hex19744C4E022379a411c
Octal311641141160426723210134
Binary11001111010010011001001110010001011011110011010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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