#13844A

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

Shades of Salem #13844A

Tints of Salem #13844A

Color information

#13844A (or 0x13844A) is unknown color: approx Salem. HEX triplet: 13, 84 and 4A. RGB value is (19,132,74). Sum of RGB (Red+Green+Blue) = 19+132+74=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #13844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13844A is #EC7BB5. Grayscale: #5B5B5B. Windows color (decimal): -15498166 or 4883475. OLE color: 4883475.

HSL color Cylindrical-coordinate representation of color #13844A: hue angle of 149.2º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13844A is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1913274-
CMYK0.8600.440.48
HSL149.2º74.83%29.61%-
HSV(B)149.2º85.61%51.76%-
XYZ9.7617.149.27-
YUV91.6118.0676.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=8.44%
G=58.67%
B=32.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132740.8600.440.48149.274.8329.61
Hex13844A5602C30954b1e
Octal232041121260546022511336
Binary100111000010010010101010110010110011000010010101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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