Html Css Color HEX #138447 Salem

📋 copy color: '#138447'

red 19 ◦ green 132 ◦ blue 71

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

Shades of Salem #138447

Tints of Salem #138447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.46%

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

R = 8.56%
G = 59.46%
B = 31.98%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#138447 (or 0x138447) is known color: Salem. HEX triplet: 13, 84 and 47. RGB value is (19,132,71). Sum of RGB (Red+Green+Blue) = 19+132+71=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #138447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138447 is #EC7BB8. Grayscale: #5B5B5B. Windows color (decimal): -15498169 or 4686867. OLE color: 4686867.

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

Color convert

RGB 19 132 71 -
CMYK 0.86 0 0.46 0.48
HSL 147.61º 0.75% 0.3% -
HSV(B) 147.61º 0.86% 0.52% -
XYZ 9.66 17.1 8.75 -
YUV 91.26 116.56 76.46 -
System Red Green Blue C M Y K H S L
Decimal 19 132 71 0.86 0 0.46 0.48 147.61 0.75 0.3
Hex 13 84 47 56 0 2E 30 94 4B 1E
Octal 23 204 107 126 0 56 60 224 113 36
Binary 10011 10000100 1000111 1010110 0 101110 110000 10010100 1001011 11110

Color Harmonies of #138447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138447

Black with #138447

Text Example


Text Example

White with #138447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138447; }

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

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

background-color css

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

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

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

border-color css

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

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

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