Html Css Color HEX #138147 Salem

📋 copy color: '#138147'

red 19 ◦ green 129 ◦ blue 71

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

Shades of Salem #138147

Tints of Salem #138147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.9%

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

R = 8.68%
G = 58.9%
B = 32.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#138147 (or 0x138147) is known color: Salem. HEX triplet: 13, 81 and 47. RGB value is (19,129,71). Sum of RGB (Red+Green+Blue) = 19+129+71=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #138147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138147 is #EC7EB8. Grayscale: #595959. Windows color (decimal): -15498937 or 4686099. OLE color: 4686099.

HSL color Cylindrical-coordinate representation of color #138147: hue angle of 148.36º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138147 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 71 -
CMYK 0.85 0 0.45 0.49
HSL 148.36º 0.74% 0.29% -
HSV(B) 148.36º 0.85% 0.51% -
XYZ 9.26 16.29 8.62 -
YUV 89.5 117.56 77.72 -
System Red Green Blue C M Y K H S L
Decimal 19 129 71 0.85 0 0.45 0.49 148.36 0.74 0.29
Hex 13 81 47 55 0 2D 31 94 4A 1D
Octal 23 201 107 125 0 55 61 224 112 35
Binary 10011 10000001 1000111 1010101 0 101101 110001 10010100 1001010 11101

Color Harmonies of #138147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138147

Black with #138147

Text Example


Text Example

White with #138147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138147; }

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

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

background-color css

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

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

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

border-color css

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

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

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