#13814B

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

Shades of Salem #13814B

Tints of Salem #13814B

Color information

#13814B (or 0x13814B) is unknown color: approx Salem. HEX triplet: 13, 81 and 4B. RGB value is (19,129,75). Sum of RGB (Red+Green+Blue) = 19+129+75=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #13814B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13814B is #EC7EB4. Grayscale: #5A5A5A. Windows color (decimal): -15498933 or 4948243. OLE color: 4948243.

HSL color Cylindrical-coordinate representation of color #13814B: hue angle of 150.55º 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 #13814B is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1912975-
CMYK0.8500.420.49
HSL150.55º74.32%29.02%-
HSV(B)150.55º85.27%50.59%-
XYZ9.3916.359.32-
YUV89.95119.5677.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=8.52%
G=57.85%
B=33.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19129750.8500.420.49150.5574.3229.02
Hex13814B5502A31974a1d
Octal232011131250526122711235
Binary100111000000110010111010101010101011000110010111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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