Html Css Color HEX #148249 Salem

📋 copy color: '#148249'

red 20 ◦ green 130 ◦ blue 73

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

Shades of Salem #148249

Tints of Salem #148249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 32.74%

R = 8.97%
G = 58.3%
B = 32.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#148249 (or 0x148249) is known color: Salem. HEX triplet: 14, 82 and 49. RGB value is (20,130,73). Sum of RGB (Red+Green+Blue) = 20+130+73=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #148249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148249 is #EB7DB6. Grayscale: #5A5A5A. Windows color (decimal): -15433143 or 4817428. OLE color: 4817428.

HSL color Cylindrical-coordinate representation of color #148249: hue angle of 148.91º 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 #148249 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 73 -
CMYK 0.85 0 0.44 0.49
HSL 148.91º 0.73% 0.29% -
HSV(B) 148.91º 0.85% 0.51% -
XYZ 9.47 16.6 9.01 -
YUV 90.61 118.06 77.63 -
System Red Green Blue C M Y K H S L
Decimal 20 130 73 0.85 0 0.44 0.49 148.91 0.73 0.29
Hex 14 82 49 55 0 2C 31 95 49 1D
Octal 24 202 111 125 0 54 61 225 111 35
Binary 10100 10000010 1001001 1010101 0 101100 110001 10010101 1001001 11101

Color Harmonies of #148249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148249

Black with #148249

Text Example


Text Example

White with #148249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148249; }

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

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

background-color css

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

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

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

border-color css

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

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

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