#828122

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

Shades of Trendy Green #828122

Tints of Trendy Green #828122

Color information

#828122 (or 0x828122) is unknown color: approx Trendy Green. HEX triplet: 82, 81 and 22. RGB value is (130,129,34). Sum of RGB (Red+Green+Blue) = 130+129+34=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #828122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828122 is #7D7EDD. Grayscale: #767676. Windows color (decimal): -8224478 or 2261378. OLE color: 2261378.

HSL color Cylindrical-coordinate representation of color #828122: hue angle of 59.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #828122 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB13012934-
CMYK00.010.740.49
HSL59.38º58.54%32.16%-
HSV(B)59.38º73.85%50.98%-
XYZ17.3420.564.57-
YUV118.4780.33136.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=44.37%
G=44.03%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301293400.010.740.4959.3858.5432.16
Hex828122014A313b3b20
Octal202201420111261737340
Binary1000001010000001100010011001010110001111011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828122; }

 p { color: rgb(130,129,34); }

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

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

 a { background-color: rgb(130,129,34); }

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

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

 span { border-color: rgb(130,129,34); }

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