Html Css Color HEX #138947 Salem

📋 copy color: '#138947'

red 19 ◦ green 137 ◦ blue 71

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

Shades of Salem #138947

Tints of Salem #138947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 60.35%

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

R = 8.37%
G = 60.35%
B = 31.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#138947 (or 0x138947) is known color: Salem. HEX triplet: 13, 89 and 47. RGB value is (19,137,71). Sum of RGB (Red+Green+Blue) = 19+137+71=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #138947 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138947 is #EC76B8. Grayscale: #5E5E5E. Windows color (decimal): -15496889 or 4688147. OLE color: 4688147.

HSL color Cylindrical-coordinate representation of color #138947: hue angle of 146.44º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138947 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 71 -
CMYK 0.86 0 0.48 0.46
HSL 146.44º 0.76% 0.31% -
HSV(B) 146.44º 0.86% 0.54% -
XYZ 10.35 18.48 8.98 -
YUV 94.19 114.91 74.37 -
System Red Green Blue C M Y K H S L
Decimal 19 137 71 0.86 0 0.48 0.46 146.44 0.76 0.31
Hex 13 89 47 56 0 30 2E 92 4C 1F
Octal 23 211 107 126 0 60 56 222 114 37
Binary 10011 10001001 1000111 1010110 0 110000 101110 10010010 1001100 11111

Color Harmonies of #138947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138947

Black with #138947

Text Example


Text Example

White with #138947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138947; }

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

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

background-color css

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

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

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

border-color css

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

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

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