#82B578

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

Shades of Amulet #82B578

Tints of Amulet #82B578

Color information

#82B578 (or 0x82B578) is unknown color: approx Amulet. HEX triplet: 82, B5 and 78. RGB value is (130,181,120). Sum of RGB (Red+Green+Blue) = 130+181+120=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #82B578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B578 is #7D4A87. Grayscale: #9E9E9E. Windows color (decimal): -8211080 or 7910786. OLE color: 7910786.

HSL color Cylindrical-coordinate representation of color #82B578: hue angle of 110.16º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82B578 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB130181120-
CMYK0.2800.340.29
HSL110.16º29.19%59.02%-
HSV(B)110.16º33.7%70.98%-
XYZ29.1239.1523.79-
YUV158.8106.1107.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=30.16%
G=42.00%
B=27.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301811200.2800.340.29110.1629.1959.02
Hex82B5781C0221D6e1d3b
Octal20226517034042351563573
Binary1000001010110101111100011100010001011101110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82B578; }

 p { color: rgb(130,181,120); }

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

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

 a { background-color: rgb(130,181,120); }

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

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

 span { border-color: rgb(130,181,120); }

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