Html Css Color HEX #048549 Salem

📋 copy color: '#048549'

red 4 ◦ green 133 ◦ blue 73

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

Shades of Salem #048549

Tints of Salem #048549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 63.33%

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

R = 1.9%
G = 63.33%
B = 34.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#048549 (or 0x048549) is known color: Salem. HEX triplet: 04, 85 and 49. RGB value is (4,133,73). Sum of RGB (Red+Green+Blue) = 4+133+73=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #048549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048549 is #FB7AB6. Grayscale: #575757. Windows color (decimal): -16480951 or 4818180. OLE color: 4818180.

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

Color convert

RGB 4 133 73 -
CMYK 0.97 0 0.45 0.48
HSL 152.09º 0.94% 0.27% -
HSV(B) 152.09º 0.97% 0.52% -
XYZ 9.64 17.28 9.13 -
YUV 87.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 4 133 73 0.97 0 0.45 0.48 152.09 0.94 0.27
Hex 4 85 49 61 0 2D 30 98 5E 1B
Octal 4 205 111 141 0 55 60 230 136 33
Binary 100 10000101 1001001 1100001 0 101101 110000 10011000 1011110 11011

Color Harmonies of #048549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048549

Black with #048549

Text Example


Text Example

White with #048549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048549; }

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

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

background-color css

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

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

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

border-color css

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

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

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