Html Css Color HEX #138648 Salem

📋 copy color: '#138648'

red 19 ◦ green 134 ◦ blue 72

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

Shades of Salem #138648

Tints of Salem #138648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.56%

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

R = 8.44%
G = 59.56%
B = 32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#138648 (or 0x138648) is known color: Salem. HEX triplet: 13, 86 and 48. RGB value is (19,134,72). Sum of RGB (Red+Green+Blue) = 19+134+72=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #138648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138648 is #EC79B7. Grayscale: #5C5C5C. Windows color (decimal): -15497656 or 4752915. OLE color: 4752915.

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

Color convert

RGB 19 134 72 -
CMYK 0.86 0 0.46 0.47
HSL 147.65º 0.75% 0.3% -
HSV(B) 147.65º 0.86% 0.53% -
XYZ 9.96 17.66 9.01 -
YUV 92.55 116.4 75.54 -
System Red Green Blue C M Y K H S L
Decimal 19 134 72 0.86 0 0.46 0.47 147.65 0.75 0.3
Hex 13 86 48 56 0 2E 2F 94 4B 1E
Octal 23 206 110 126 0 56 57 224 113 36
Binary 10011 10000110 1001000 1010110 0 101110 101111 10010100 1001011 11110

Color Harmonies of #138648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138648

Black with #138648

Text Example


Text Example

White with #138648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138648; }

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

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

background-color css

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

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

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

border-color css

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

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

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