Html Css Color HEX #139339 Salem

📋 copy color: '#139339'

red 19 ◦ green 147 ◦ blue 57

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

Shades of Salem #139339

Tints of Salem #139339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.56%

R = 8.52%
G = 65.92%
B = 25.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#139339 (or 0x139339) is known color: Salem. HEX triplet: 13, 93 and 39. RGB value is (19,147,57). Sum of RGB (Red+Green+Blue) = 19+147+57=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 147 (57.81% from 255 or 65.92% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 147 - color contains mainly: green. Hex color #139339 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139339 is #EC6CC6. Grayscale: #626262. Windows color (decimal): -15494343 or 3773203. OLE color: 3773203.

HSL color Cylindrical-coordinate representation of color #139339: hue angle of 137.81º 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 #139339 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 147 57 -
CMYK 0.87 0 0.61 0.42
HSL 137.81º 0.77% 0.33% -
HSV(B) 137.81º 0.87% 0.58% -
XYZ 11.44 21.3 7.38 -
YUV 98.47 104.59 71.32 -
System Red Green Blue C M Y K H S L
Decimal 19 147 57 0.87 0 0.61 0.42 137.81 0.77 0.33
Hex 13 93 39 57 0 3D 2A 8A 4D 21
Octal 23 223 71 127 0 75 52 212 115 41
Binary 10011 10010011 111001 1010111 0 111101 101010 10001010 1001101 100001

Color Harmonies of #139339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139339

Black with #139339

Text Example


Text Example

White with #139339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139339; }

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

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

background-color css

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

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

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

border-color css

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

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

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