#828236

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

Shades of Trendy Green #828236

Tints of Trendy Green #828236

Color information

#828236 (or 0x828236) is unknown color: approx Trendy Green. HEX triplet: 82, 82 and 36. RGB value is (130,130,54). Sum of RGB (Red+Green+Blue) = 130+130+54=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828236 is #7D7DC9. Grayscale: #797979. Windows color (decimal): -8224202 or 3572354. OLE color: 3572354.

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

Color convert

RGB13013054-
CMYK000.580.49
HSL60º41.3%36.08%-
HSV(B)60º58.46%50.98%-
XYZ17.8520.986.6-
YUV121.3490134.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=41.40%
G=41.40%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013054000.580.496041.336.08
Hex828236003A313c2924
Octal20220266007261745144
Binary100000101000001011011000111010110001111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828236; }

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

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

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

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

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

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

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

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