Html Css Color HEX #048949 Salem

📋 copy color: '#048949'

red 4 ◦ green 137 ◦ blue 73

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

Shades of Salem #048949

Tints of Salem #048949

RGB

 RED value IS 4 (1.95% from 255) = 1.87%

 GREEN value IS 137 (53.91% from 255) = 64.02%

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

R = 1.87%
G = 64.02%
B = 34.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#048949 (or 0x048949) is known color: Salem. HEX triplet: 04, 89 and 49. RGB value is (4,137,73). Sum of RGB (Red+Green+Blue) = 4+137+73=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #048949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048949 is #FB76B6. Grayscale: #5A5A5A. Windows color (decimal): -16479927 or 4819204. OLE color: 4819204.

HSL color Cylindrical-coordinate representation of color #048949: hue angle of 151.13º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048949 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 137 73 -
CMYK 0.97 0 0.47 0.46
HSL 151.13º 0.94% 0.28% -
HSV(B) 151.13º 0.97% 0.54% -
XYZ 10.2 18.4 9.32 -
YUV 89.94 118.44 66.7 -
System Red Green Blue C M Y K H S L
Decimal 4 137 73 0.97 0 0.47 0.46 151.13 0.94 0.28
Hex 4 89 49 61 0 2F 2E 97 5E 1C
Octal 4 211 111 141 0 57 56 227 136 34
Binary 100 10001001 1001001 1100001 0 101111 101110 10010111 1011110 11100

Color Harmonies of #048949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048949

Black with #048949

Text Example


Text Example

White with #048949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048949; }

 p { color: rgb(4,137,73); }

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

background-color css

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

 a { background-color: rgb(4,137,73); }

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

border-color css

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

 span { border-color: rgb(4,137,73); }

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