#13784A

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

Shades of Salem #13784A

Tints of Salem #13784A

Color information

#13784A (or 0x13784A) is unknown color: approx Salem. HEX triplet: 13, 78 and 4A. RGB value is (19,120,74). Sum of RGB (Red+Green+Blue) = 19+120+74=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #13784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13784A is #EC87B5. Grayscale: #545454. Windows color (decimal): -15501238 or 4880403. OLE color: 4880403.

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

Color convert

RGB1912074-
CMYK0.8400.380.53
HSL152.67º72.66%27.25%-
HSV(B)152.67º84.17%47.06%-
XYZ8.2214.078.76-
YUV84.56122.0481.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 120 (47.27% from 255) = 56.34%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=8.92%
G=56.34%
B=34.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120740.8400.380.53152.6772.6627.25
Hex13784A540263599491b
Octal231701121240466523111133
Binary10011111100010010101010100010011011010110011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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