#19764B

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

Shades of Salem #19764B

Tints of Salem #19764B

Color information

#19764B (or 0x19764B) is unknown color: approx Salem. HEX triplet: 19, 76 and 4B. RGB value is (25,118,75). Sum of RGB (Red+Green+Blue) = 25+118+75=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #19764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19764B is #E689B4. Grayscale: #555555. Windows color (decimal): -15108533 or 4945433. OLE color: 4945433.

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

Color convert

RGB2511875-
CMYK0.7900.360.54
HSL152.26º65.03%28.04%-
HSV(B)152.26º78.81%46.27%-
XYZ8.1513.678.87-
YUV85.29122.1985-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=11.47%
G=54.13%
B=34.40%

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
Decimal25118750.7900.360.54152.2665.0328.04
Hex19764B4F0243698411c
Octal311661131170446623010134
Binary11001111011010010111001111010010011011010011000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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