#13814E

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

Shades of Salem #13814E

Tints of Salem #13814E

Color information

#13814E (or 0x13814E) is unknown color: approx Salem. HEX triplet: 13, 81 and 4E. RGB value is (19,129,78). Sum of RGB (Red+Green+Blue) = 19+129+78=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #13814E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13814E is #EC7EB1. Grayscale: #5A5A5A. Windows color (decimal): -15498930 or 5144851. OLE color: 5144851.

HSL color Cylindrical-coordinate representation of color #13814E: hue angle of 152.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13814E is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1912978-
CMYK0.8500.400.49
HSL152.18º74.32%29.02%-
HSV(B)152.18º85.27%50.59%-
XYZ9.4916.399.87-
YUV90.3121.0677.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 129 (50.78% from 255) = 57.08%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=8.41%
G=57.08%
B=34.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19129780.8500.400.49152.1874.3229.02
Hex13814E5502831984a1d
Octal232011161250506123011235
Binary100111000000110011101010101010100011000110011000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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