#828819

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

Shades of Trendy Green #828819

Tints of Trendy Green #828819

Color information

#828819 (or 0x828819) is unknown color: approx Trendy Green. HEX triplet: 82, 88 and 19. RGB value is (130,136,25). Sum of RGB (Red+Green+Blue) = 130+136+25=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #828819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828819 is #7D77E6. Grayscale: #797979. Windows color (decimal): -8222695 or 1673346. OLE color: 1673346.

HSL color Cylindrical-coordinate representation of color #828819: hue angle of 63.24º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #828819 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB13013625-
CMYK0.0400.820.47
HSL63.24º68.94%31.57%-
HSV(B)63.24º81.62%53.33%-
XYZ18.1922.424.29-
YUV121.5573.51134.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 136 (53.52% from 255) = 46.74%
BLUE value IS 25 (10.16% from 255) = 8.59%
R=44.67%
G=46.74%
B=8.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130136250.0400.820.4763.2468.9431.57
Hex82881940522F3f4520
Octal2022103140122577710540
Binary100000101000100011001100010100101011111111111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828819; }

 p { color: rgb(130,136,25); }

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

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

 a { background-color: rgb(130,136,25); }

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

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

 span { border-color: rgb(130,136,25); }

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