Html Css Color HEX #139242 Salem

📋 copy color: '#139242'

red 19 ◦ green 146 ◦ blue 66

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

Shades of Salem #139242

Tints of Salem #139242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 63.2%

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

R = 8.23%
G = 63.2%
B = 28.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#139242 (or 0x139242) is known color: Salem. HEX triplet: 13, 92 and 42. RGB value is (19,146,66). Sum of RGB (Red+Green+Blue) = 19+146+66=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #139242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139242 is #EC6DBD. Grayscale: #636363. Windows color (decimal): -15494590 or 4362771. OLE color: 4362771.

HSL color Cylindrical-coordinate representation of color #139242: hue angle of 142.2º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139242 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 146 66 -
CMYK 0.87 0 0.55 0.43
HSL 142.2º 0.77% 0.32% -
HSV(B) 142.2º 0.87% 0.57% -
XYZ 11.53 21.09 8.62 -
YUV 98.91 109.42 71 -
System Red Green Blue C M Y K H S L
Decimal 19 146 66 0.87 0 0.55 0.43 142.2 0.77 0.32
Hex 13 92 42 57 0 37 2B 8E 4D 20
Octal 23 222 102 127 0 67 53 216 115 40
Binary 10011 10010010 1000010 1010111 0 110111 101011 10001110 1001101 100000

Color Harmonies of #139242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139242

Black with #139242

Text Example


Text Example

White with #139242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139242; }

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

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

background-color css

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

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

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

border-color css

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

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

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