#13884D

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

Shades of Salem #13884D

Tints of Salem #13884D

Color information

#13884D (or 0x13884D) is unknown color: approx Salem. HEX triplet: 13, 88 and 4D. RGB value is (19,136,77). Sum of RGB (Red+Green+Blue) = 19+136+77=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #13884D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13884D is #EC77B2. Grayscale: #5E5E5E. Windows color (decimal): -15497139 or 5081107. OLE color: 5081107.

HSL color Cylindrical-coordinate representation of color #13884D: hue angle of 149.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13884D is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1913677-
CMYK0.8600.430.47
HSL149.74º75.48%30.39%-
HSV(B)149.74º86.03%53.33%-
XYZ10.4118.2810-
YUV94.29118.2474.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 136 (53.52% from 255) = 58.62%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=8.19%
G=58.62%
B=33.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19136770.8600.430.47149.7475.4830.39
Hex13884D5602B2F964b1e
Octal232101151260535722611336
Binary100111000100010011011010110010101110111110010110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13884D; }

 p { color: rgb(19,136,77); }

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

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

 a { background-color: rgb(19,136,77); }

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

<style>
 span { border-color: #13884D; }

 span { border-color: rgb(19,136,77); }

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