#137254

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

Shades of Salem #137254

Tints of Salem #137254

Color information

#137254 (or 0x137254) is unknown color: approx Salem. HEX triplet: 13, 72 and 54. RGB value is (19,114,84). Sum of RGB (Red+Green+Blue) = 19+114+84=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #137254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137254 is #EC8DAB. Grayscale: #525252. Windows color (decimal): -15502764 or 5534227. OLE color: 5534227.

HSL color Cylindrical-coordinate representation of color #137254: hue angle of 161.05º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137254 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1911484-
CMYK0.8300.260.55
HSL161.05º71.43%26.08%-
HSV(B)161.05º83.33%44.71%-
XYZ7.8912.8110.45-
YUV82.17129.0382.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.76%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=8.76%
G=52.53%
B=38.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114840.8300.260.55161.0571.4326.08
Hex1372545301A37a1471a
Octal231621241230326724110732
Binary1001111100101010100101001101101011011110100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137254; }

 p { color: rgb(19,114,84); }

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

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

 a { background-color: rgb(19,114,84); }

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

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

 span { border-color: rgb(19,114,84); }

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