Html Css Color HEX #138D47 Salem

📋 copy color: '#138D47'

red 19 ◦ green 141 ◦ blue 71

#138D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #138D47

Tints of Salem #138D47

RGB

 RED value IS 19 (7.81% from 255) = 8.23%

 GREEN value IS 141 (55.47% from 255) = 61.04%

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 8.23%
G = 61.04%
B = 30.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#138D47 (or 0x138D47) is known color: Salem. HEX triplet: 13, 8D and 47. RGB value is (19,141,71). Sum of RGB (Red+Green+Blue) = 19+141+71=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 141 (55.47% from 255 or 61.04% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 141 - color contains mainly: green. Hex color #138D47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D47 is #EC72B8. Grayscale: #606060. Windows color (decimal): -15495865 or 4689171. OLE color: 4689171.

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

Color convert

RGB 19 141 71 -
CMYK 0.87 0 0.50 0.45
HSL 145.57º 0.76% 0.31% -
HSV(B) 145.57º 0.87% 0.55% -
XYZ 10.93 19.64 9.18 -
YUV 96.54 113.58 72.69 -
System Red Green Blue C M Y K H S L
Decimal 19 141 71 0.87 0 0.50 0.45 145.57 0.76 0.31
Hex 13 8D 47 57 0 32 2D 92 4C 1F
Octal 23 215 107 127 0 62 55 222 114 37
Binary 10011 10001101 1000111 1010111 0 110010 101101 10010010 1001100 11111

Color Harmonies of #138D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D47

Black with #138D47

Text Example


Text Example

White with #138D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #138D47;
 }
 .AnyTagClassName
 {
   color: #138D47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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