#13884C

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

Shades of Salem #13884C

Tints of Salem #13884C

Color information

#13884C (or 0x13884C) is unknown color: approx Salem. HEX triplet: 13, 88 and 4C. RGB value is (19,136,76). Sum of RGB (Red+Green+Blue) = 19+136+76=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #13884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13884C is #EC77B3. Grayscale: #5E5E5E. Windows color (decimal): -15497140 or 5015571. OLE color: 5015571.

HSL color Cylindrical-coordinate representation of color #13884C: hue angle of 149.23º 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 #13884C is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1913676-
CMYK0.8600.440.47
HSL149.23º75.48%30.39%-
HSV(B)149.23º86.03%53.33%-
XYZ10.3818.279.82-
YUV94.18117.7474.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 136 (53.52% from 255) = 58.87%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=8.23%
G=58.87%
B=32.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19136760.8600.440.47149.2375.4830.39
Hex13884C5602C2F954b1e
Octal232101141260545722511336
Binary100111000100010011001010110010110010111110010101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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