#80842d

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

Shades of Trendy Green #80842D

Tints of Trendy Green #80842D

Color information

#80842D (or 0x80842D) is unknown color: approx Trendy Green. HEX triplet: 80, 84 and 2D. RGB value is (128,132,45). Sum of RGB (Red+Green+Blue) = 128+132+45=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #80842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80842D is #7F7BD2. Grayscale: #797979. Windows color (decimal): -8354771 or 2983040. OLE color: 2983040.

HSL color Cylindrical-coordinate representation of color #80842D: hue angle of 62.76º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80842D is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB12813245-
CMYK0.0300.660.48
HSL62.76º49.15%34.71%-
HSV(B)62.76º65.91%51.76%-
XYZ17.6321.285.66-
YUV120.8985.17133.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=41.97%
G=43.28%
B=14.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132450.0300.660.4862.7649.1534.71
Hex80842D3042303f3123
Octal200204553010260776143
Binary10000000100001001011011101000010110000111111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80842d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80842d; }

 p { color: rgb(128,132,45); }

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

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

 a { background-color: rgb(128,132,45); }

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

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

 span { border-color: rgb(128,132,45); }

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