Html Css Color HEX #149139 Salem

📋 copy color: '#149139'

red 20 ◦ green 145 ◦ blue 57

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

Shades of Salem #149139

Tints of Salem #149139

RGB

 RED value IS 20 (8.2% from 255) = 9.01%

 GREEN value IS 145 (57.03% from 255) = 65.32%

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

R = 9.01%
G = 65.32%
B = 25.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#149139 (or 0x149139) is known color: Salem. HEX triplet: 14, 91 and 39. RGB value is (20,145,57). Sum of RGB (Red+Green+Blue) = 20+145+57=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #149139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149139 is #EB6EC6. Grayscale: #616161. Windows color (decimal): -15429319 or 3772692. OLE color: 3772692.

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

Color convert

RGB 20 145 57 -
CMYK 0.86 0 0.61 0.43
HSL 137.76º 0.76% 0.32% -
HSV(B) 137.76º 0.86% 0.57% -
XYZ 11.15 20.69 7.28 -
YUV 97.59 105.09 72.66 -
System Red Green Blue C M Y K H S L
Decimal 20 145 57 0.86 0 0.61 0.43 137.76 0.76 0.32
Hex 14 91 39 56 0 3D 2B 8A 4C 20
Octal 24 221 71 126 0 75 53 212 114 40
Binary 10100 10010001 111001 1010110 0 111101 101011 10001010 1001100 100000

Color Harmonies of #149139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149139

Black with #149139

Text Example


Text Example

White with #149139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149139; }

 p { color: rgb(20,145,57); }

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

background-color css

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

 a { background-color: rgb(20,145,57); }

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

border-color css

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

 span { border-color: rgb(20,145,57); }

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