#138D58

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

Shades of Salem #138D58

Tints of Salem #138D58

Color information

#138D58 (or 0x138D58) is unknown color: approx Salem. HEX triplet: 13, 8D and 58. RGB value is (19,141,88). Sum of RGB (Red+Green+Blue) = 19+141+88=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #138D58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D58 is #EC72A7. Grayscale: #626262. Windows color (decimal): -15495848 or 5803283. OLE color: 5803283.

HSL color Cylindrical-coordinate representation of color #138D58: hue angle of 153.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D58 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1914188-
CMYK0.8700.380.45
HSL153.93º76.25%31.37%-
HSV(B)153.93º86.52%55.29%-
XYZ11.5519.8912.46-
YUV98.48122.0871.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 141 (55.47% from 255) = 56.85%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=7.66%
G=56.85%
B=35.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19141880.8700.380.45153.9376.2531.37
Hex138D58570262D9a4c1f
Octal232151301270465523211437
Binary100111000110110110001010111010011010110110011010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138D58; }

 p { color: rgb(19,141,88); }

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

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

 a { background-color: rgb(19,141,88); }

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

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

 span { border-color: rgb(19,141,88); }

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