Html Css Color HEX #148241 Salem

📋 copy color: '#148241'

red 20 ◦ green 130 ◦ blue 65

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

Shades of Salem #148241

Tints of Salem #148241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.47%

 BLUE value IS 65 (25.78% from 255) = 30.23%

R = 9.3%
G = 60.47%
B = 30.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#148241 (or 0x148241) is known color: Salem. HEX triplet: 14, 82 and 41. RGB value is (20,130,65). Sum of RGB (Red+Green+Blue) = 20+130+65=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #148241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148241 is #EB7DBE. Grayscale: #595959. Windows color (decimal): -15433151 or 4293140. OLE color: 4293140.

HSL color Cylindrical-coordinate representation of color #148241: hue angle of 144.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148241 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 65 -
CMYK 0.85 0 0.50 0.49
HSL 144.55º 0.73% 0.29% -
HSV(B) 144.55º 0.85% 0.51% -
XYZ 9.23 16.5 7.7 -
YUV 89.7 114.06 78.29 -
System Red Green Blue C M Y K H S L
Decimal 20 130 65 0.85 0 0.50 0.49 144.55 0.73 0.29
Hex 14 82 41 55 0 32 31 91 49 1D
Octal 24 202 101 125 0 62 61 221 111 35
Binary 10100 10000010 1000001 1010101 0 110010 110001 10010001 1001001 11101

Color Harmonies of #148241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148241

Black with #148241

Text Example


Text Example

White with #148241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148241; }

 p { color: rgb(20,130,65); }

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

background-color css

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

 a { background-color: rgb(20,130,65); }

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

border-color css

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

 span { border-color: rgb(20,130,65); }

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