Html Css Color HEX #048249 Salem

📋 copy color: '#048249'

red 4 ◦ green 130 ◦ blue 73

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

Shades of Salem #048249

Tints of Salem #048249

RGB

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

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

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

R = 1.93%
G = 62.8%
B = 35.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#048249 (or 0x048249) is known color: Salem. HEX triplet: 04, 82 and 49. RGB value is (4,130,73). Sum of RGB (Red+Green+Blue) = 4+130+73=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #048249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048249 is #FB7DB6. Grayscale: #555555. Windows color (decimal): -16481719 or 4817412. OLE color: 4817412.

HSL color Cylindrical-coordinate representation of color #048249: hue angle of 152.86º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048249 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 130 73 -
CMYK 0.97 0 0.44 0.49
HSL 152.86º 0.94% 0.26% -
HSV(B) 152.86º 0.97% 0.51% -
XYZ 9.24 16.47 9 -
YUV 85.83 120.76 69.63 -
System Red Green Blue C M Y K H S L
Decimal 4 130 73 0.97 0 0.44 0.49 152.86 0.94 0.26
Hex 4 82 49 61 0 2C 31 99 5E 1A
Octal 4 202 111 141 0 54 61 231 136 32
Binary 100 10000010 1001001 1100001 0 101100 110001 10011001 1011110 11010

Color Harmonies of #048249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048249

Black with #048249

Text Example


Text Example

White with #048249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048249; }

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

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

background-color css

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

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

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

border-color css

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

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

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