#137851

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

Shades of Salem #137851

Tints of Salem #137851

Color information

#137851 (or 0x137851) is unknown color: approx Salem. HEX triplet: 13, 78 and 51. RGB value is (19,120,81). Sum of RGB (Red+Green+Blue) = 19+120+81=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #137851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137851 is #EC87AE. Grayscale: #555555. Windows color (decimal): -15501231 or 5339155. OLE color: 5339155.

HSL color Cylindrical-coordinate representation of color #137851: hue angle of 156.83º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137851 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1912081-
CMYK0.8400.320.53
HSL156.83º72.66%27.25%-
HSV(B)156.83º84.17%47.06%-
XYZ8.4714.1710.07-
YUV85.35125.5480.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 120 (47.27% from 255) = 54.55%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=8.64%
G=54.55%
B=36.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120810.8400.320.53156.8372.6627.25
Hex13785154020359d491b
Octal231701211240406523511133
Binary10011111100010100011010100010000011010110011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137851; }

 p { color: rgb(19,120,81); }

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

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

 a { background-color: rgb(19,120,81); }

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

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

 span { border-color: rgb(19,120,81); }

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