#048449

Color #048449 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #048449

Tints of Salem #048449

Color information

#048449 (or 0x048449) is unknown color: approx Salem. HEX triplet: 04, 84 and 49. RGB value is (4,132,73). Sum of RGB (Red+Green+Blue) = 4+132+73=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 132 (51.95% from 255 or 63.16% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 132 - color contains mainly: green. Hex color #048449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048449 is #FB7BB6. Grayscale: #575757. Windows color (decimal): -16481207 or 4817924. OLE color: 4817924.

HSL color Cylindrical-coordinate representation of color #048449: hue angle of 152.34º 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 #048449 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB413273-
CMYK0.9700.450.48
HSL152.34º94.12%26.67%-
HSV(B)152.34º96.97%51.76%-
XYZ9.517.019.09-
YUV87120.0968.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 132 (51.95% from 255) = 63.16%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=1.91%
G=63.16%
B=34.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4132730.9700.450.48152.3494.1226.67
Hex484496102D30985e1b
Octal42041111410556023013633
Binary1001000010010010011100001010110111000010011000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048449; }

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

 H1.HeaderClassName
 {
   color: #048449;
 }
 .AnyTagClassName
 {
   color: #048449;
 }
</style>
background-color css

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

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

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

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

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

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