#048248

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

Shades of Salem #048248

Tints of Salem #048248

Color information

#048248 (or 0x048248) is unknown color: approx Salem. HEX triplet: 04, 82 and 48. RGB value is (4,130,72). Sum of RGB (Red+Green+Blue) = 4+130+72=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #048248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048248 is #FB7DB7. Grayscale: #555555. Windows color (decimal): -16481720 or 4751876. OLE color: 4751876.

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

Color convert

RGB413072-
CMYK0.9700.450.49
HSL152.38º94.03%26.27%-
HSV(B)152.38º96.92%50.98%-
XYZ9.216.468.82-
YUV85.71120.2669.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 130 (51.17% from 255) = 63.11%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=1.94%
G=63.11%
B=34.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130720.9700.450.49152.3894.0326.27
Hex482486102D31985e1a
Octal42021101410556123013632
Binary1001000001010010001100001010110111000110011000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048248; }

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

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

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

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

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

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

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

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