#138F3F

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

Shades of Salem #138F3F

Tints of Salem #138F3F

Color information

#138F3F (or 0x138F3F) is unknown color: approx Salem. HEX triplet: 13, 8F and 3F. RGB value is (19,143,63). Sum of RGB (Red+Green+Blue) = 19+143+63=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 143 (56.25% from 255 or 63.56% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 143 - color contains mainly: green. Hex color #138F3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138F3F is #EC70C0. Grayscale: #616161. Windows color (decimal): -15495361 or 4165395. OLE color: 4165395.

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

Color convert

RGB1914363-
CMYK0.8700.560.44
HSL141.29º76.54%31.76%-
HSV(B)141.29º86.71%56.08%-
XYZ10.9920.148.01-
YUV96.8108.9272.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 143 (56.25% from 255) = 63.56%
BLUE value IS 63 (25% from 255) = 28%
R=8.44%
G=63.56%
B=28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19143630.8700.560.44141.2976.5431.76
Hex138F3F570382C8d4d20
Octal23217771270705421511540
Binary100111000111111111110101110111000101100100011011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,143,63); }

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

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

 a { background-color: rgb(19,143,63); }

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

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

 span { border-color: rgb(19,143,63); }

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