#138E39

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

Shades of Salem #138E39

Tints of Salem #138E39

Color information

#138E39 (or 0x138E39) is unknown color: approx Salem. HEX triplet: 13, 8E and 39. RGB value is (19,142,57). Sum of RGB (Red+Green+Blue) = 19+142+57=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 142 (55.86% from 255 or 65.14% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 142 - color contains mainly: green. Hex color #138E39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E39 is #EC71C6. Grayscale: #5F5F5F. Windows color (decimal): -15495623 or 3771923. OLE color: 3771923.

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

Color convert

RGB1914257-
CMYK0.8700.600.44
HSL138.54º76.4%31.57%-
HSV(B)138.54º86.62%55.69%-
XYZ10.6819.787.13-
YUV95.53106.2573.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 142 (55.86% from 255) = 65.14%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=8.72%
G=65.14%
B=26.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19142570.8700.600.44138.5476.431.57
Hex138E395703C2C8b4c20
Octal23216711270745421311440
Binary100111000111011100110101110111100101100100010111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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