#19714F

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

Shades of Salem #19714F

Tints of Salem #19714F

Color information

#19714F (or 0x19714F) is unknown color: approx Salem. HEX triplet: 19, 71 and 4F. RGB value is (25,113,79). Sum of RGB (Red+Green+Blue) = 25+113+79=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #19714F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19714F is #E68EB0. Grayscale: #525252. Windows color (decimal): -15109809 or 5206297. OLE color: 5206297.

HSL color Cylindrical-coordinate representation of color #19714F: hue angle of 156.82º 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 #19714F is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB2511379-
CMYK0.7800.300.56
HSL156.82º63.77%27.06%-
HSV(B)156.82º77.88%44.31%-
XYZ7.7212.589.42-
YUV82.81125.8586.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=11.52%
G=52.07%
B=36.41%

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
Decimal25113790.7800.300.56156.8263.7727.06
Hex19714F4E01E389d401b
Octal311611171160367023510033
Binary1100111100011001111100111001111011100010011101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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