#137C52

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

Shades of Salem #137C52

Tints of Salem #137C52

Color information

#137C52 (or 0x137C52) is unknown color: approx Salem. HEX triplet: 13, 7C and 52. RGB value is (19,124,82). Sum of RGB (Red+Green+Blue) = 19+124+82=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #137C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C52 is #EC83AD. Grayscale: #575757. Windows color (decimal): -15500206 or 5405715. OLE color: 5405715.

HSL color Cylindrical-coordinate representation of color #137C52: hue angle of 156º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C52 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB1912482-
CMYK0.8500.340.51
HSL156º73.43%28.04%-
HSV(B)156º84.68%48.63%-
XYZ915.1610.44-
YUV87.82124.7178.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 124 (48.83% from 255) = 55.11%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=8.44%
G=55.11%
B=36.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19124820.8500.340.5115673.4328.04
Hex137C5255022339c491c
Octal231741221250426323411134
Binary10011111110010100101010101010001011001110011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137C52; }

 p { color: rgb(19,124,82); }

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

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

 a { background-color: rgb(19,124,82); }

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

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

 span { border-color: rgb(19,124,82); }

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