#13784B

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

Shades of Salem #13784B

Tints of Salem #13784B

Color information

#13784B (or 0x13784B) is unknown color: approx Salem. HEX triplet: 13, 78 and 4B. RGB value is (19,120,75). Sum of RGB (Red+Green+Blue) = 19+120+75=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #13784B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13784B is #EC87B4. Grayscale: #545454. Windows color (decimal): -15501237 or 4945939. OLE color: 4945939.

HSL color Cylindrical-coordinate representation of color #13784B: hue angle of 153.27º 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 #13784B is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1912075-
CMYK0.8400.370.53
HSL153.27º72.66%27.25%-
HSV(B)153.27º84.17%47.06%-
XYZ8.2614.088.94-
YUV84.67122.5481.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 120 (47.27% from 255) = 56.07%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=8.88%
G=56.07%
B=35.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120750.8400.370.53153.2772.6627.25
Hex13784B540253599491b
Octal231701131240456523111133
Binary10011111100010010111010100010010111010110011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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