#13774E

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

Shades of Salem #13774E

Tints of Salem #13774E

Color information

#13774E (or 0x13774E) is unknown color: approx Salem. HEX triplet: 13, 77 and 4E. RGB value is (19,119,78). Sum of RGB (Red+Green+Blue) = 19+119+78=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #13774E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13774E is #EC88B1. Grayscale: #545454. Windows color (decimal): -15501490 or 5142291. OLE color: 5142291.

HSL color Cylindrical-coordinate representation of color #13774E: hue angle of 155.4º degrees, saturation: 0.72, 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 #13774E is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1911978-
CMYK0.8400.340.53
HSL155.4º72.46%27.06%-
HSV(B)155.4º84.03%46.67%-
XYZ8.2413.889.45-
YUV84.43124.3781.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=8.80%
G=55.09%
B=36.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119780.8400.340.53155.472.4627.06
Hex13774E54022359b481b
Octal231671161240426523311033
Binary10011111011110011101010100010001011010110011011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13774E; }

 p { color: rgb(19,119,78); }

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

<style>
 a { background-color: #13774E; }

 a { background-color: rgb(19,119,78); }

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

<style>
 span { border-color: #13774E; }

 span { border-color: rgb(19,119,78); }

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