#137653

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

Shades of Salem #137653

Tints of Salem #137653

Color information

#137653 (or 0x137653) is unknown color: approx Salem. HEX triplet: 13, 76 and 53. RGB value is (19,118,83). Sum of RGB (Red+Green+Blue) = 19+118+83=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #137653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137653 is #EC89AC. Grayscale: #545454. Windows color (decimal): -15501741 or 5469715. OLE color: 5469715.

HSL color Cylindrical-coordinate representation of color #137653: hue angle of 158.79º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137653 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1911883-
CMYK0.8400.300.54
HSL158.79º72.26%26.86%-
HSV(B)158.79º83.9%46.27%-
XYZ8.3113.7210.39-
YUV84.41127.281.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 118 (46.48% from 255) = 53.64%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=8.64%
G=53.64%
B=37.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118830.8400.300.54158.7972.2626.86
Hex1376535401E369f481b
Octal231661231240366623711033
Binary1001111101101010011101010001111011011010011111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137653; }

 p { color: rgb(19,118,83); }

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

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

 a { background-color: rgb(19,118,83); }

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

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

 span { border-color: rgb(19,118,83); }

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