#828036

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

Shades of Trendy Green #828036

Tints of Trendy Green #828036

Color information

#828036 (or 0x828036) is unknown color: approx Trendy Green. HEX triplet: 82, 80 and 36. RGB value is (130,128,54). Sum of RGB (Red+Green+Blue) = 130+128+54=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #828036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828036 is #7D7FC9. Grayscale: #787878. Windows color (decimal): -8224714 or 3571842. OLE color: 3571842.

HSL color Cylindrical-coordinate representation of color #828036: hue angle of 58.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #828036 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB13012854-
CMYK00.020.580.49
HSL58.42º41.3%36.08%-
HSV(B)58.42º58.46%50.98%-
XYZ17.5920.456.51-
YUV120.1690.66135.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 54 (21.48% from 255) = 17.31%
R=41.67%
G=41.03%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301285400.020.580.4958.4241.336.08
Hex828036023A313a2924
Octal20220066027261725144
Binary1000001010000000110110010111010110001111010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828036; }

 p { color: rgb(130,128,54); }

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

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

 a { background-color: rgb(130,128,54); }

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

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

 span { border-color: rgb(130,128,54); }

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