Html Css Color HEX #139343 Salem

📋 copy color: '#139343'

red 19 ◦ green 147 ◦ blue 67

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

Shades of Salem #139343

Tints of Salem #139343

RGB

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

 GREEN value IS 147 (57.81% from 255) = 63.09%

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

R = 8.15%
G = 63.09%
B = 28.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#139343 (or 0x139343) is known color: Salem. HEX triplet: 13, 93 and 43. RGB value is (19,147,67). Sum of RGB (Red+Green+Blue) = 19+147+67=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #139343 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139343 is #EC6CBC. Grayscale: #636363. Windows color (decimal): -15494333 or 4428563. OLE color: 4428563.

HSL color Cylindrical-coordinate representation of color #139343: hue angle of 142.5º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139343 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 147 67 -
CMYK 0.87 0 0.54 0.42
HSL 142.5º 0.77% 0.33% -
HSV(B) 142.5º 0.87% 0.58% -
XYZ 11.72 21.41 8.83 -
YUV 99.61 109.59 70.5 -
System Red Green Blue C M Y K H S L
Decimal 19 147 67 0.87 0 0.54 0.42 142.5 0.77 0.33
Hex 13 93 43 57 0 36 2A 8E 4D 21
Octal 23 223 103 127 0 66 52 216 115 41
Binary 10011 10010011 1000011 1010111 0 110110 101010 10001110 1001101 100001

Color Harmonies of #139343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139343

Black with #139343

Text Example


Text Example

White with #139343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139343; }

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

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

background-color css

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

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

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

border-color css

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

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

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