Html Css Color HEX #148D52 Salem

📋 copy color: '#148D52'

red 20 ◦ green 141 ◦ blue 82

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

Shades of Salem #148D52

Tints of Salem #148D52

RGB

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

 GREEN value IS 141 (55.47% from 255) = 58.02%

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 8.23%
G = 58.02%
B = 33.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#148D52 (or 0x148D52) is known color: Salem. HEX triplet: 14, 8D and 52. RGB value is (20,141,82). Sum of RGB (Red+Green+Blue) = 20+141+82=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 141 (55.47% from 255 or 58.02% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 141 - color contains mainly: green. Hex color #148D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D52 is #EB72AD. Grayscale: #626262. Windows color (decimal): -15430318 or 5410068. OLE color: 5410068.

HSL color Cylindrical-coordinate representation of color #148D52: hue angle of 150.74º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148D52 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 141 82 -
CMYK 0.86 0 0.42 0.45
HSL 150.74º 0.75% 0.32% -
HSV(B) 150.74º 0.86% 0.55% -
XYZ 11.34 19.81 11.21 -
YUV 98.1 118.91 72.3 -
System Red Green Blue C M Y K H S L
Decimal 20 141 82 0.86 0 0.42 0.45 150.74 0.75 0.32
Hex 14 8D 52 56 0 2A 2D 97 4B 20
Octal 24 215 122 126 0 52 55 227 113 40
Binary 10100 10001101 1010010 1010110 0 101010 101101 10010111 1001011 100000

Color Harmonies of #148D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148D52

Black with #148D52

Text Example


Text Example

White with #148D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148D52; }

 p { color: rgb(20,141,82); }

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

background-color css

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

 a { background-color: rgb(20,141,82); }

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

border-color css

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

 span { border-color: rgb(20,141,82); }

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