#80832A

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

Shades of Trendy Green #80832A

Tints of Trendy Green #80832A

Color information

#80832A (or 0x80832A) is unknown color: approx Trendy Green. HEX triplet: 80, 83 and 2A. RGB value is (128,131,42). Sum of RGB (Red+Green+Blue) = 128+131+42=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #80832A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80832A is #7F7CD5. Grayscale: #787878. Windows color (decimal): -8355030 or 2786176. OLE color: 2786176.

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

Color convert

RGB12813142-
CMYK0.0200.680.49
HSL62.02º51.45%33.92%-
HSV(B)62.02º67.94%51.37%-
XYZ17.4420.995.32-
YUV119.9684.01133.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=42.52%
G=43.52%
B=13.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128131420.0200.680.4962.0251.4533.92
Hex80832A2044313e3322
Octal200203522010461766342
Binary10000000100000111010101001000100110001111110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80832A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,131,42); }

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

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

 a { background-color: rgb(128,131,42); }

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

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

 span { border-color: rgb(128,131,42); }

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