Html Css Color HEX #138047 Salem

📋 copy color: '#138047'

red 19 ◦ green 128 ◦ blue 71

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

Shades of Salem #138047

Tints of Salem #138047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.72%

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

R = 8.72%
G = 58.72%
B = 32.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#138047 (or 0x138047) is known color: Salem. HEX triplet: 13, 80 and 47. RGB value is (19,128,71). Sum of RGB (Red+Green+Blue) = 19+128+71=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #138047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138047 is #EC7FB8. Grayscale: #595959. Windows color (decimal): -15499193 or 4685843. OLE color: 4685843.

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

Color convert

RGB 19 128 71 -
CMYK 0.85 0 0.45 0.50
HSL 148.62º 0.74% 0.29% -
HSV(B) 148.62º 0.85% 0.5% -
XYZ 9.13 16.03 8.57 -
YUV 88.91 117.89 78.13 -
System Red Green Blue C M Y K H S L
Decimal 19 128 71 0.85 0 0.45 0.50 148.62 0.74 0.29
Hex 13 80 47 55 0 2D 32 95 4A 1D
Octal 23 200 107 125 0 55 62 225 112 35
Binary 10011 10000000 1000111 1010101 0 101101 110010 10010101 1001010 11101

Color Harmonies of #138047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138047

Black with #138047

Text Example


Text Example

White with #138047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138047; }

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

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

background-color css

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

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

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

border-color css

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

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

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