#13794B

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

Shades of Salem #13794B

Tints of Salem #13794B

Color information

#13794B (or 0x13794B) is unknown color: approx Salem. HEX triplet: 13, 79 and 4B. RGB value is (19,121,75). Sum of RGB (Red+Green+Blue) = 19+121+75=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 121 (47.66% from 255 or 56.28% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 121 - color contains mainly: green. Hex color #13794B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13794B is #EC86B4. Grayscale: #555555. Windows color (decimal): -15500981 or 4946195. OLE color: 4946195.

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

Color convert

RGB1912175-
CMYK0.8400.380.53
HSL152.94º72.86%27.45%-
HSV(B)152.94º84.3%47.45%-
XYZ8.3814.328.98-
YUV85.26122.2180.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 121 (47.66% from 255) = 56.28%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=8.84%
G=56.28%
B=34.88%

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
Decimal19121750.8400.380.53152.9472.8627.45
Hex13794B540263599491b
Octal231711131240466523111133
Binary10011111100110010111010100010011011010110011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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