Html Css Color HEX #138643 Salem

📋 copy color: '#138643'

red 19 ◦ green 134 ◦ blue 67

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

Shades of Salem #138643

Tints of Salem #138643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.45%

R = 8.64%
G = 60.91%
B = 30.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#138643 (or 0x138643) is known color: Salem. HEX triplet: 13, 86 and 43. RGB value is (19,134,67). Sum of RGB (Red+Green+Blue) = 19+134+67=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #138643 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138643 is #EC79BC. Grayscale: #5C5C5C. Windows color (decimal): -15497661 or 4425235. OLE color: 4425235.

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

Color convert

RGB 19 134 67 -
CMYK 0.86 0 0.5 0.47
HSL 145.04º 0.75% 0.3% -
HSV(B) 145.04º 0.86% 0.53% -
XYZ 9.81 17.59 8.19 -
YUV 91.98 113.9 75.95 -
System Red Green Blue C M Y K H S L
Decimal 19 134 67 0.86 0 0.5 0.47 145.04 0.75 0.3
Hex 13 86 43 56 0 32 2F 91 4B 1E
Octal 23 206 103 126 0 62 57 221 113 36
Binary 10011 10000110 1000011 1010110 0 110010 101111 10010001 1001011 11110

Color Harmonies of #138643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138643

Black with #138643

Text Example


Text Example

White with #138643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138643; }

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

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

background-color css

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

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

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

border-color css

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

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

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