#19774B

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

Shades of Salem #19774B

Tints of Salem #19774B

Color information

#19774B (or 0x19774B) is unknown color: approx Salem. HEX triplet: 19, 77 and 4B. RGB value is (25,119,75). Sum of RGB (Red+Green+Blue) = 25+119+75=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #19774B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19774B is #E688B4. Grayscale: #555555. Windows color (decimal): -15108277 or 4945689. OLE color: 4945689.

HSL color Cylindrical-coordinate representation of color #19774B: hue angle of 151.91º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19774B is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB2511975-
CMYK0.7900.370.53
HSL151.91º65.28%28.24%-
HSV(B)151.91º78.99%46.67%-
XYZ8.2713.918.91-
YUV85.88121.8684.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 119 (46.88% from 255) = 54.34%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=11.42%
G=54.34%
B=34.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25119750.7900.370.53151.9165.2828.24
Hex19774B4F0253598411c
Octal311671131170456523010134
Binary11001111011110010111001111010010111010110011000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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