#82821A

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

Shades of Trendy Green #82821A

Tints of Trendy Green #82821A

Color information

#82821A (or 0x82821A) is unknown color: approx Trendy Green. HEX triplet: 82, 82 and 1A. RGB value is (130,130,26). Sum of RGB (Red+Green+Blue) = 130+130+26=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82821A is #7D7DE5. Grayscale: #767676. Windows color (decimal): -8224230 or 1737346. OLE color: 1737346.

HSL color Cylindrical-coordinate representation of color #82821A: hue angle of 60º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82821A is Cyan = 0, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB13013026-
CMYK000.80.49
HSL60º66.67%30.59%-
HSV(B)60º80%50.98%-
XYZ17.3820.794.07-
YUV118.1476136.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 26 (10.55% from 255) = 9.09%
R=45.45%
G=45.45%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013026000.80.496066.6730.59
Hex82821A0050313c431f
Octal2022023200120617410337
Binary100000101000001011010001010000110001111100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82821A; }

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

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

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

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

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

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

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

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