#828220

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

Shades of Trendy Green #828220

Tints of Trendy Green #828220

Color information

#828220 (or 0x828220) is unknown color: approx Trendy Green. HEX triplet: 82, 82 and 20. RGB value is (130,130,32). Sum of RGB (Red+Green+Blue) = 130+130+32=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828220 is #7D7DDF. Grayscale: #777777. Windows color (decimal): -8224224 or 2130562. OLE color: 2130562.

HSL color Cylindrical-coordinate representation of color #828220: hue angle of 60º 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 #828220 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB13013032-
CMYK000.750.49
HSL60º60.49%31.76%-
HSV(B)60º75.38%50.98%-
XYZ17.4520.824.46-
YUV118.8379135.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 32 (12.89% from 255) = 10.96%
R=44.52%
G=44.52%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013032000.750.496060.4931.76
Hex828220004B313c3c20
Octal202202400011361747440
Binary1000001010000010100000001001011110001111100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828220; }

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

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

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

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

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

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

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

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