Html Css Color HEX #148049 Salem

📋 copy color: '#148049'

red 20 ◦ green 128 ◦ blue 73

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

Shades of Salem #148049

Tints of Salem #148049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.92%

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

R = 9.05%
G = 57.92%
B = 33.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#148049 (or 0x148049) is known color: Salem. HEX triplet: 14, 80 and 49. RGB value is (20,128,73). Sum of RGB (Red+Green+Blue) = 20+128+73=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #148049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148049 is #EB7FB6. Grayscale: #595959. Windows color (decimal): -15433655 or 4816916. OLE color: 4816916.

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

Color convert

RGB 20 128 73 -
CMYK 0.84 0 0.43 0.50
HSL 149.44º 0.73% 0.29% -
HSV(B) 149.44º 0.84% 0.5% -
XYZ 9.21 16.07 8.92 -
YUV 89.44 118.72 78.47 -
System Red Green Blue C M Y K H S L
Decimal 20 128 73 0.84 0 0.43 0.50 149.44 0.73 0.29
Hex 14 80 49 54 0 2B 32 95 49 1D
Octal 24 200 111 124 0 53 62 225 111 35
Binary 10100 10000000 1001001 1010100 0 101011 110010 10010101 1001001 11101

Color Harmonies of #148049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148049

Black with #148049

Text Example


Text Example

White with #148049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148049; }

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

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

background-color css

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

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

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

border-color css

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

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

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