Html Css Color HEX #139342 Salem

📋 copy color: '#139342'

red 19 ◦ green 147 ◦ blue 66

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

Shades of Salem #139342

Tints of Salem #139342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 8.19%
G = 63.36%
B = 28.45%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#139342 (or 0x139342) is known color: Salem. HEX triplet: 13, 93 and 42. RGB value is (19,147,66). Sum of RGB (Red+Green+Blue) = 19+147+66=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #139342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139342 is #EC6CBD. Grayscale: #636363. Windows color (decimal): -15494334 or 4363027. OLE color: 4363027.

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

Color convert

RGB 19 147 66 -
CMYK 0.87 0 0.55 0.42
HSL 142.03º 0.77% 0.33% -
HSV(B) 142.03º 0.87% 0.58% -
XYZ 11.69 21.4 8.67 -
YUV 99.49 109.09 70.59 -
System Red Green Blue C M Y K H S L
Decimal 19 147 66 0.87 0 0.55 0.42 142.03 0.77 0.33
Hex 13 93 42 57 0 37 2A 8E 4D 21
Octal 23 223 102 127 0 67 52 216 115 41
Binary 10011 10010011 1000010 1010111 0 110111 101010 10001110 1001101 100001

Color Harmonies of #139342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139342

Black with #139342

Text Example


Text Example

White with #139342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139342; }

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

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

background-color css

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

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

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

border-color css

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

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

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