#13754D

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

Shades of Salem #13754D

Tints of Salem #13754D

Color information

#13754D (or 0x13754D) is unknown color: approx Salem. HEX triplet: 13, 75 and 4D. RGB value is (19,117,77). Sum of RGB (Red+Green+Blue) = 19+117+77=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #13754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13754D is #EC8AB2. Grayscale: #535353. Windows color (decimal): -15502003 or 5076243. OLE color: 5076243.

HSL color Cylindrical-coordinate representation of color #13754D: hue angle of 155.51º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13754D is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1911777-
CMYK0.8400.340.54
HSL155.51º72.06%26.67%-
HSV(B)155.51º83.76%45.88%-
XYZ7.9713.49.19-
YUV83.14124.5382.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=8.92%
G=54.93%
B=36.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117770.8400.340.54155.5172.0626.67
Hex13754D54022369c481b
Octal231651151240426623411033
Binary10011111010110011011010100010001011011010011100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13754D; }

 p { color: rgb(19,117,77); }

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

<style>
 a { background-color: #13754D; }

 a { background-color: rgb(19,117,77); }

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

<style>
 span { border-color: #13754D; }

 span { border-color: rgb(19,117,77); }

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