#13854B

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

Shades of Salem #13854B

Tints of Salem #13854B

Color information

#13854B (or 0x13854B) is unknown color: approx Salem. HEX triplet: 13, 85 and 4B. RGB value is (19,133,75). Sum of RGB (Red+Green+Blue) = 19+133+75=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #13854B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13854B is #EC7AB4. Grayscale: #5C5C5C. Windows color (decimal): -15497909 or 4949267. OLE color: 4949267.

HSL color Cylindrical-coordinate representation of color #13854B: hue angle of 149.47º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13854B is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1913375-
CMYK0.8600.440.48
HSL149.47º75%29.8%-
HSV(B)149.47º85.71%52.16%-
XYZ9.9317.429.5-
YUV92.3118.2375.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 133 (52.34% from 255) = 58.59%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=8.37%
G=58.59%
B=33.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19133750.8600.440.48149.477529.8
Hex13854B5602C30954b1e
Octal232051131260546022511336
Binary100111000010110010111010110010110011000010010101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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