#19774E

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

Shades of Salem #19774E

Tints of Salem #19774E

Color information

#19774E (or 0x19774E) is unknown color: approx Salem. HEX triplet: 19, 77 and 4E. RGB value is (25,119,78). Sum of RGB (Red+Green+Blue) = 25+119+78=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #19774E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19774E is #E688B1. Grayscale: #565656. Windows color (decimal): -15108274 or 5142297. OLE color: 5142297.

HSL color Cylindrical-coordinate representation of color #19774E: hue angle of 153.83º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19774E is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB2511978-
CMYK0.7900.340.53
HSL153.83º65.28%28.24%-
HSV(B)153.83º78.99%46.67%-
XYZ8.3713.959.46-
YUV86.22123.3684.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.26%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=11.26%
G=53.60%
B=35.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25119780.7900.340.53153.8365.2828.24
Hex19774E4F022359a411c
Octal311671161170426523210134
Binary11001111011110011101001111010001011010110011010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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