#19754B

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

Shades of Salem #19754B

Tints of Salem #19754B

Color information

#19754B (or 0x19754B) is unknown color: approx Salem. HEX triplet: 19, 75 and 4B. RGB value is (25,117,75). Sum of RGB (Red+Green+Blue) = 25+117+75=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #19754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19754B is #E68AB4. Grayscale: #545454. Windows color (decimal): -15108789 or 4945177. OLE color: 4945177.

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

Color convert

RGB2511775-
CMYK0.7900.360.54
HSL152.61º64.79%27.84%-
HSV(B)152.61º78.63%45.88%-
XYZ8.0313.448.83-
YUV84.7122.5285.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=11.52%
G=53.92%
B=34.56%

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
Decimal25117750.7900.360.54152.6164.7927.84
Hex19754B4F0243699411c
Octal311651131170446623110134
Binary11001111010110010111001111010010011011010011001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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