#19754D

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

Shades of Salem #19754D

Tints of Salem #19754D

Color information

#19754D (or 0x19754D) is unknown color: approx Salem. HEX triplet: 19, 75 and 4D. RGB value is (25,117,77). Sum of RGB (Red+Green+Blue) = 25+117+77=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #19754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19754D is #E68AB2. Grayscale: #555555. Windows color (decimal): -15108787 or 5076249. OLE color: 5076249.

HSL color Cylindrical-coordinate representation of color #19754D: hue angle of 153.91º 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 #19754D is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB2511777-
CMYK0.7900.340.54
HSL153.91º64.79%27.84%-
HSV(B)153.91º78.63%45.88%-
XYZ8.113.479.19-
YUV84.93123.5285.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 117 (46.09% from 255) = 53.42%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=11.42%
G=53.42%
B=35.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25117770.7900.340.54153.9164.7927.84
Hex19754D4F022369a411c
Octal311651151170426623210134
Binary11001111010110011011001111010001011011010011010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19754D; }

 p { color: rgb(25,117,77); }

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

<style>
 a { background-color: #19754D; }

 a { background-color: rgb(25,117,77); }

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

<style>
 span { border-color: #19754D; }

 span { border-color: rgb(25,117,77); }

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