#13734F

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

Shades of Salem #13734F

Tints of Salem #13734F

Color information

#13734F (or 0x13734F) is unknown color: approx Salem. HEX triplet: 13, 73 and 4F. RGB value is (19,115,79). Sum of RGB (Red+Green+Blue) = 19+115+79=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #13734F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13734F is #EC8CB0. Grayscale: #525252. Windows color (decimal): -15502513 or 5206803. OLE color: 5206803.

HSL color Cylindrical-coordinate representation of color #13734F: hue angle of 157.5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13734F is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1911579-
CMYK0.8300.310.55
HSL157.5º71.64%26.27%-
HSV(B)157.5º83.48%45.1%-
XYZ7.8112.969.49-
YUV82.19126.282.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 115 (45.31% from 255) = 53.99%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=8.92%
G=53.99%
B=37.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115790.8300.310.55157.571.6426.27
Hex13734F5301F379e481a
Octal231631171230376723611032
Binary1001111100111001111101001101111111011110011110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13734F; }

 p { color: rgb(19,115,79); }

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

<style>
 a { background-color: #13734F; }

 a { background-color: rgb(19,115,79); }

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

<style>
 span { border-color: #13734F; }

 span { border-color: rgb(19,115,79); }

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