#137250

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

Shades of Salem #137250

Tints of Salem #137250

Color information

#137250 (or 0x137250) is unknown color: approx Salem. HEX triplet: 13, 72 and 50. RGB value is (19,114,80). Sum of RGB (Red+Green+Blue) = 19+114+80=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #137250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137250 is #EC8DAF. Grayscale: #515151. Windows color (decimal): -15502768 or 5272083. OLE color: 5272083.

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

Color convert

RGB1911480-
CMYK0.8300.300.55
HSL158.53º71.43%26.08%-
HSV(B)158.53º83.33%44.71%-
XYZ7.7312.759.64-
YUV81.72127.0383.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=8.92%
G=53.52%
B=37.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114800.8300.300.55158.5371.4326.08
Hex1372505301E379f471a
Octal231621201230366723710732
Binary1001111100101010000101001101111011011110011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137250; }

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

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

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

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

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

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

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

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