#827D20

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

Shades of Trendy Green #827D20

Tints of Trendy Green #827D20

Color information

#827D20 (or 0x827D20) is unknown color: approx Trendy Green. HEX triplet: 82, 7D and 20. RGB value is (130,125,32). Sum of RGB (Red+Green+Blue) = 130+125+32=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #827D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D20 is #7D82DF. Grayscale: #747474. Windows color (decimal): -8225504 or 2129282. OLE color: 2129282.

HSL color Cylindrical-coordinate representation of color #827D20: hue angle of 56.94º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #827D20 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB13012532-
CMYK00.040.750.49
HSL56.94º60.49%31.76%-
HSV(B)56.94º75.38%50.98%-
XYZ16.819.524.25-
YUV115.8980.66138.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 125 (49.22% from 255) = 43.55%
BLUE value IS 32 (12.89% from 255) = 11.15%
R=45.30%
G=43.55%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301253200.040.750.4956.9460.4931.76
Hex827D20044B31393c20
Octal202175400411361717440
Binary10000010111110110000001001001011110001111001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827D20; }

 p { color: rgb(130,125,32); }

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

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

 a { background-color: rgb(130,125,32); }

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

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

 span { border-color: rgb(130,125,32); }

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