#048249

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

Shades of Salem #048249

Tints of Salem #048249

Color information

#048249 (or 0x048249) is unknown color: approx 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

RGB413073-
CMYK0.9700.440.49
HSL152.86º94.03%26.27%-
HSV(B)152.86º96.92%50.98%-
XYZ9.2416.479-
YUV85.83120.7669.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 130 (51.17% from 255) = 62.80%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=1.93%
G=62.80%
B=35.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130730.9700.440.49152.8694.0326.27
Hex482496102C31995e1a
Octal42021111410546123113632
Binary1001000001010010011100001010110011000110011001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>