#137955

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

Shades of Salem #137955

Tints of Salem #137955

Color information

#137955 (or 0x137955) is unknown color: approx Salem. HEX triplet: 13, 79 and 55. RGB value is (19,121,85). Sum of RGB (Red+Green+Blue) = 19+121+85=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #137955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137955 is #EC86AA. Grayscale: #565656. Windows color (decimal): -15500971 or 5601555. OLE color: 5601555.

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

Color convert

RGB1912185-
CMYK0.8400.300.53
HSL158.82º72.86%27.45%-
HSV(B)158.82º84.3%47.45%-
XYZ8.7514.4710.93-
YUV86.4127.2179.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 121 (47.66% from 255) = 53.78%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=8.44%
G=53.78%
B=37.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121850.8400.300.53158.8272.8627.45
Hex1379555401E359f491b
Octal231711251240366523711133
Binary1001111110011010101101010001111011010110011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137955; }

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

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

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

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

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

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

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

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