#19764C

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

Shades of Salem #19764C

Tints of Salem #19764C

Color information

#19764C (or 0x19764C) is unknown color: approx Salem. HEX triplet: 19, 76 and 4C. RGB value is (25,118,76). Sum of RGB (Red+Green+Blue) = 25+118+76=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #19764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19764C is #E689B3. Grayscale: #555555. Windows color (decimal): -15108532 or 5010969. OLE color: 5010969.

HSL color Cylindrical-coordinate representation of color #19764C: hue angle of 152.9º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19764C is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB2511876-
CMYK0.7900.360.54
HSL152.9º65.03%28.04%-
HSV(B)152.9º78.81%46.27%-
XYZ8.1813.699.05-
YUV85.4122.6984.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=11.42%
G=53.88%
B=34.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25118760.7900.360.54152.965.0328.04
Hex19764C4F0243699411c
Octal311661141170446623110134
Binary11001111011010011001001111010010011011010011001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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