#048550

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

Shades of Salem #048550

Tints of Salem #048550

Color information

#048550 (or 0x048550) is unknown color: approx Salem. HEX triplet: 04, 85 and 50. RGB value is (4,133,80). Sum of RGB (Red+Green+Blue) = 4+133+80=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #048550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048550 is #FB7AAF. Grayscale: #585858. Windows color (decimal): -16480944 or 5276932. OLE color: 5276932.

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

Color convert

RGB413380-
CMYK0.9700.400.48
HSL155.35º94.16%26.86%-
HSV(B)155.35º96.99%52.16%-
XYZ9.8917.3810.42-
YUV88.39123.2667.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 133 (52.34% from 255) = 61.29%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=1.84%
G=61.29%
B=36.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4133800.9700.400.48155.3594.1626.86
Hex4855061028309b5e1b
Octal42051201410506023313633
Binary1001000010110100001100001010100011000010011011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048550; }

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

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

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

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

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

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

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

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