#13914A

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

Shades of Salem #13914A

Tints of Salem #13914A

Color information

#13914A (or 0x13914A) is unknown color: approx Salem. HEX triplet: 13, 91 and 4A. RGB value is (19,145,74). Sum of RGB (Red+Green+Blue) = 19+145+74=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 145 (57.03% from 255 or 60.92% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 145 - color contains mainly: green. Hex color #13914A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13914A is #EC6EB5. Grayscale: #636363. Windows color (decimal): -15494838 or 4886803. OLE color: 4886803.

HSL color Cylindrical-coordinate representation of color #13914A: hue angle of 146.19º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13914A is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1914574-
CMYK0.8700.490.43
HSL146.19º76.83%32.16%-
HSV(B)146.19º86.9%56.86%-
XYZ11.6320.889.9-
YUV99.23113.7670.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 145 (57.03% from 255) = 60.92%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=7.98%
G=60.92%
B=31.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19145740.8700.490.43146.1976.8332.16
Hex13914A570312B924d20
Octal232211121270615322211540
Binary1001110010001100101010101110110001101011100100101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13914A; }

 p { color: rgb(19,145,74); }

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

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

 a { background-color: rgb(19,145,74); }

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

<style>
 span { border-color: #13914A; }

 span { border-color: rgb(19,145,74); }

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