Html Css Color HEX #148449 Salem

📋 copy color: '#148449'

red 20 ◦ green 132 ◦ blue 73

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

Shades of Salem #148449

Tints of Salem #148449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.67%

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

R = 8.89%
G = 58.67%
B = 32.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#148449 (or 0x148449) is known color: Salem. HEX triplet: 14, 84 and 49. RGB value is (20,132,73). Sum of RGB (Red+Green+Blue) = 20+132+73=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #148449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148449 is #EB7BB6. Grayscale: #5B5B5B. Windows color (decimal): -15432631 or 4817940. OLE color: 4817940.

HSL color Cylindrical-coordinate representation of color #148449: hue angle of 148.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148449 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 73 -
CMYK 0.85 0 0.45 0.48
HSL 148.39º 0.74% 0.3% -
HSV(B) 148.39º 0.85% 0.52% -
XYZ 9.74 17.13 9.1 -
YUV 91.79 117.39 76.8 -
System Red Green Blue C M Y K H S L
Decimal 20 132 73 0.85 0 0.45 0.48 148.39 0.74 0.3
Hex 14 84 49 55 0 2D 30 94 4A 1E
Octal 24 204 111 125 0 55 60 224 112 36
Binary 10100 10000100 1001001 1010101 0 101101 110000 10010100 1001010 11110

Color Harmonies of #148449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148449

Black with #148449

Text Example


Text Example

White with #148449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148449; }

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

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

background-color css

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

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

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

border-color css

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

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

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