#138357

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

Shades of Salem #138357

Tints of Salem #138357

Color information

#138357 (or 0x138357) is unknown color: approx Salem. HEX triplet: 13, 83 and 57. RGB value is (19,131,87). Sum of RGB (Red+Green+Blue) = 19+131+87=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #138357 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138357 is #EC7CA8. Grayscale: #5C5C5C. Windows color (decimal): -15498409 or 5735187. OLE color: 5735187.

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

Color convert

RGB1913187-
CMYK0.8500.340.49
HSL156.43º74.67%29.41%-
HSV(B)156.43º85.5%51.37%-
XYZ10.1117.0611.78-
YUV92.5124.8975.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 131 (51.56% from 255) = 55.27%
BLUE value IS 87 (34.38% from 255) = 36.71%
R=8.02%
G=55.27%
B=36.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19131870.8500.340.49156.4374.6729.41
Hex13835755022319c4b1d
Octal232031271250426123411335
Binary100111000001110101111010101010001011000110011100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138357; }

 p { color: rgb(19,131,87); }

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

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

 a { background-color: rgb(19,131,87); }

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

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

 span { border-color: rgb(19,131,87); }

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