Html Css Color HEX #138448 Salem

📋 copy color: '#138448'

red 19 ◦ green 132 ◦ blue 72

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

Shades of Salem #138448

Tints of Salem #138448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.29%

R = 8.52%
G = 59.19%
B = 32.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#138448 (or 0x138448) is known color: Salem. HEX triplet: 13, 84 and 48. RGB value is (19,132,72). Sum of RGB (Red+Green+Blue) = 19+132+72=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #138448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138448 is #EC7BB7. Grayscale: #5B5B5B. Windows color (decimal): -15498168 or 4752403. OLE color: 4752403.

HSL color Cylindrical-coordinate representation of color #138448: hue angle of 148.14º 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 #138448 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 72 -
CMYK 0.86 0 0.45 0.48
HSL 148.14º 0.75% 0.3% -
HSV(B) 148.14º 0.86% 0.52% -
XYZ 9.69 17.11 8.92 -
YUV 91.37 117.06 76.38 -
System Red Green Blue C M Y K H S L
Decimal 19 132 72 0.86 0 0.45 0.48 148.14 0.75 0.3
Hex 13 84 48 56 0 2D 30 94 4B 1E
Octal 23 204 110 126 0 55 60 224 113 36
Binary 10011 10000100 1001000 1010110 0 101101 110000 10010100 1001011 11110

Color Harmonies of #138448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138448

Black with #138448

Text Example


Text Example

White with #138448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138448; }

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

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

background-color css

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

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

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

border-color css

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

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

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