#13784D

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

Shades of Salem #13784D

Tints of Salem #13784D

Color information

#13784D (or 0x13784D) is unknown color: approx Salem. HEX triplet: 13, 78 and 4D. RGB value is (19,120,77). Sum of RGB (Red+Green+Blue) = 19+120+77=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #13784D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13784D is #EC87B2. Grayscale: #545454. Windows color (decimal): -15501235 or 5077011. OLE color: 5077011.

HSL color Cylindrical-coordinate representation of color #13784D: hue angle of 154.46º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13784D is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1912077-
CMYK0.8400.360.53
HSL154.46º72.66%27.25%-
HSV(B)154.46º84.17%47.06%-
XYZ8.3214.119.31-
YUV84.9123.5481-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 120 (47.27% from 255) = 55.56%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=8.80%
G=55.56%
B=35.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120770.8400.360.53154.4672.6627.25
Hex13784D54024359a491b
Octal231701151240446523211133
Binary10011111100010011011010100010010011010110011010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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