#19764a

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

Shades of Salem #19764A

Tints of Salem #19764A

Color information

#19764A (or 0x19764A) is unknown color: approx Salem. HEX triplet: 19, 76 and 4A. RGB value is (25,118,74). Sum of RGB (Red+Green+Blue) = 25+118+74=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #19764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19764A is #E689B5. Grayscale: #555555. Windows color (decimal): -15108534 or 4879897. OLE color: 4879897.

HSL color Cylindrical-coordinate representation of color #19764A: hue angle of 151.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 #19764A is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB2511874-
CMYK0.7900.370.54
HSL151.61º65.03%28.04%-
HSV(B)151.61º78.81%46.27%-
XYZ8.1213.668.69-
YUV85.18121.6985.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=11.52%
G=54.38%
B=34.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25118740.7900.370.54151.6165.0328.04
Hex19764A4F0253698411c
Octal311661121170456623010134
Binary11001111011010010101001111010010111011010011000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19764a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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