#19704E

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

Shades of Salem #19704E

Tints of Salem #19704E

Color information

#19704E (or 0x19704E) is unknown color: approx Salem. HEX triplet: 19, 70 and 4E. RGB value is (25,112,78). Sum of RGB (Red+Green+Blue) = 25+112+78=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #19704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19704E is #E68FB1. Grayscale: #525252. Windows color (decimal): -15110066 or 5140505. OLE color: 5140505.

HSL color Cylindrical-coordinate representation of color #19704E: hue angle of 156.55º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19704E is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB2511278-
CMYK0.7800.300.56
HSL156.55º63.5%26.86%-
HSV(B)156.55º77.68%43.92%-
XYZ7.5712.359.19-
YUV82.11125.6887.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.63%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=11.63%
G=52.09%
B=36.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112780.7800.300.56156.5563.526.86
Hex19704E4E01E389d401b
Octal311601161160367023510033
Binary1100111100001001110100111001111011100010011101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19704E; }

 p { color: rgb(25,112,78); }

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

<style>
 a { background-color: #19704E; }

 a { background-color: rgb(25,112,78); }

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

<style>
 span { border-color: #19704E; }

 span { border-color: rgb(25,112,78); }

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