#138D3E

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

Shades of Salem #138D3E

Tints of Salem #138D3E

Color information

#138D3E (or 0x138D3E) is unknown color: approx Salem. HEX triplet: 13, 8D and 3E. RGB value is (19,141,62). Sum of RGB (Red+Green+Blue) = 19+141+62=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 141 (55.47% from 255 or 63.51% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 141 - color contains mainly: green. Hex color #138D3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D3E is #EC72C1. Grayscale: #5F5F5F. Windows color (decimal): -15495874 or 4099347. OLE color: 4099347.

HSL color Cylindrical-coordinate representation of color #138D3E: hue angle of 141.15º 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 #138D3E is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1914162-
CMYK0.8700.560.45
HSL141.15º76.25%31.37%-
HSV(B)141.15º86.52%55.29%-
XYZ10.6619.547.77-
YUV95.52109.0873.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 141 (55.47% from 255) = 63.51%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=8.56%
G=63.51%
B=27.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19141620.8700.560.45141.1576.2531.37
Hex138D3E570382D8d4c1f
Octal23215761270705521511437
Binary10011100011011111101010111011100010110110001101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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