#048448

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

Shades of Salem #048448

Tints of Salem #048448

Color information

#048448 (or 0x048448) is unknown color: approx Salem. HEX triplet: 04, 84 and 48. RGB value is (4,132,72). Sum of RGB (Red+Green+Blue) = 4+132+72=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #048448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048448 is #FB7BB7. Grayscale: #575757. Windows color (decimal): -16481208 or 4752388. OLE color: 4752388.

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

Color convert

RGB413272-
CMYK0.9700.450.48
HSL151.88º94.12%26.67%-
HSV(B)151.88º96.97%51.76%-
XYZ9.47178.91-
YUV86.89119.5968.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 132 (51.95% from 255) = 63.46%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=1.92%
G=63.46%
B=34.62%

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
Decimal4132720.9700.450.48151.8894.1226.67
Hex484486102D30985e1b
Octal42041101410556023013633
Binary1001000010010010001100001010110111000010011000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048448; }

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

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

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

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

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

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

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

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