#048250

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

Shades of Salem #048250

Tints of Salem #048250

Color information

#048250 (or 0x048250) is unknown color: approx Salem. HEX triplet: 04, 82 and 50. RGB value is (4,130,80). Sum of RGB (Red+Green+Blue) = 4+130+80=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #048250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048250 is #FB7DAF. Grayscale: #565656. Windows color (decimal): -16481712 or 5276164. OLE color: 5276164.

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

Color convert

RGB413080-
CMYK0.9700.380.49
HSL156.19º94.03%26.27%-
HSV(B)156.19º96.92%50.98%-
XYZ9.4816.5710.29-
YUV86.63124.2669.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.87%
GREEN value IS 130 (51.17% from 255) = 60.75%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=1.87%
G=60.75%
B=37.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130800.9700.380.49156.1994.0326.27
Hex4825061026319c5e1a
Octal42021201410466123413632
Binary1001000001010100001100001010011011000110011100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048250; }

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

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

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

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

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

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

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

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