#19774C

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

Shades of Salem #19774C

Tints of Salem #19774C

Color information

#19774C (or 0x19774C) is unknown color: approx Salem. HEX triplet: 19, 77 and 4C. RGB value is (25,119,76). Sum of RGB (Red+Green+Blue) = 25+119+76=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #19774C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19774C is #E688B3. Grayscale: #565656. Windows color (decimal): -15108276 or 5011225. OLE color: 5011225.

HSL color Cylindrical-coordinate representation of color #19774C: hue angle of 152.55º 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 #19774C is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB2511976-
CMYK0.7900.360.53
HSL152.55º65.28%28.24%-
HSV(B)152.55º78.99%46.67%-
XYZ8.313.929.09-
YUV85.99122.3684.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=11.36%
G=54.09%
B=34.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25119760.7900.360.53152.5565.2828.24
Hex19774C4F0243599411c
Octal311671141170446523110134
Binary11001111011110011001001111010010011010110011001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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