#13834e

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

Shades of Salem #13834E

Tints of Salem #13834E

Color information

#13834E (or 0x13834E) is unknown color: approx Salem. HEX triplet: 13, 83 and 4E. RGB value is (19,131,78). Sum of RGB (Red+Green+Blue) = 19+131+78=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #13834E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13834E is #EC7CB1. Grayscale: #5B5B5B. Windows color (decimal): -15498418 or 5145363. OLE color: 5145363.

HSL color Cylindrical-coordinate representation of color #13834E: hue angle of 151.61º degrees, saturation: 0.75, 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 #13834E is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1913178-
CMYK0.8500.400.49
HSL151.61º74.67%29.41%-
HSV(B)151.61º85.5%51.37%-
XYZ9.7616.929.96-
YUV91.47120.3976.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 131 (51.56% from 255) = 57.46%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=8.33%
G=57.46%
B=34.21%

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
Decimal19131780.8500.400.49151.6174.6729.41
Hex13834E5502831984b1d
Octal232031161250506123011335
Binary100111000001110011101010101010100011000110011000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13834e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13834e; }

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

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

<style>
 a { background-color: #13834e; }

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

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

<style>
 span { border-color: #13834e; }

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

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