#137251

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

Shades of Salem #137251

Tints of Salem #137251

Color information

#137251 (or 0x137251) is unknown color: approx Salem. HEX triplet: 13, 72 and 51. RGB value is (19,114,81). Sum of RGB (Red+Green+Blue) = 19+114+81=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #137251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137251 is #EC8DAE. Grayscale: #515151. Windows color (decimal): -15502767 or 5337619. OLE color: 5337619.

HSL color Cylindrical-coordinate representation of color #137251: hue angle of 159.16º 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 #137251 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1911481-
CMYK0.8300.290.55
HSL159.16º71.43%26.08%-
HSV(B)159.16º83.33%44.71%-
XYZ7.7712.779.84-
YUV81.83127.5383.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=8.88%
G=53.27%
B=37.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114810.8300.290.55159.1671.4326.08
Hex1372515301D379f471a
Octal231621211230356723710732
Binary1001111100101010001101001101110111011110011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137251; }

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

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

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

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

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

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

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

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