#80842E

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

Shades of Trendy Green #80842E

Tints of Trendy Green #80842E

Color information

#80842E (or 0x80842E) is unknown color: approx Trendy Green. HEX triplet: 80, 84 and 2E. RGB value is (128,132,46). Sum of RGB (Red+Green+Blue) = 128+132+46=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #80842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80842E is #7F7BD1. Grayscale: #797979. Windows color (decimal): -8354770 or 3048576. OLE color: 3048576.

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

Color convert

RGB12813246-
CMYK0.0300.650.48
HSL62.79º48.31%34.9%-
HSV(B)62.79º65.15%51.76%-
XYZ17.6521.295.76-
YUV12185.67132.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 132 (51.95% from 255) = 43.14%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=41.83%
G=43.14%
B=15.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132460.0300.650.4862.7948.3134.9
Hex80842E3041303f3023
Octal200204563010160776043
Binary10000000100001001011101101000001110000111111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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