#137950

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

Shades of Salem #137950

Tints of Salem #137950

Color information

#137950 (or 0x137950) is unknown color: approx Salem. HEX triplet: 13, 79 and 50. RGB value is (19,121,80). Sum of RGB (Red+Green+Blue) = 19+121+80=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #137950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137950 is #EC86AF. Grayscale: #555555. Windows color (decimal): -15500976 or 5273875. OLE color: 5273875.

HSL color Cylindrical-coordinate representation of color #137950: hue angle of 155.88º 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 #137950 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1912180-
CMYK0.8400.340.53
HSL155.88º72.86%27.45%-
HSV(B)155.88º84.3%47.45%-
XYZ8.5514.399.92-
YUV85.83124.7180.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 121 (47.66% from 255) = 55%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=8.64%
G=55%
B=36.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121800.8400.340.53155.8872.8627.45
Hex13795054022359c491b
Octal231711201240426523411133
Binary10011111100110100001010100010001011010110011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137950; }

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

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

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

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

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

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

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

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