#138E48

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

Shades of Salem #138E48

Tints of Salem #138E48

Color information

#138E48 (or 0x138E48) is unknown color: approx Salem. HEX triplet: 13, 8E and 48. RGB value is (19,142,72). Sum of RGB (Red+Green+Blue) = 19+142+72=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 142 (55.86% from 255 or 60.94% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 142 - color contains mainly: green. Hex color #138E48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E48 is #EC71B7. Grayscale: #616161. Windows color (decimal): -15495608 or 4754963. OLE color: 4754963.

HSL color Cylindrical-coordinate representation of color #138E48: hue angle of 145.85º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E48 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1914272-
CMYK0.8700.490.44
HSL145.85º76.4%31.57%-
HSV(B)145.85º86.62%55.69%-
XYZ11.1119.959.4-
YUV97.24113.7572.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 142 (55.86% from 255) = 60.94%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=8.15%
G=60.94%
B=30.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19142720.8700.490.44145.8576.431.57
Hex138E48570312C924c20
Octal232161101270615422211440
Binary1001110001110100100010101110110001101100100100101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,142,72); }

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

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

 a { background-color: rgb(19,142,72); }

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

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

 span { border-color: rgb(19,142,72); }

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