#80841D

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

Shades of Trendy Green #80841D

Tints of Trendy Green #80841D

Color information

#80841D (or 0x80841D) is unknown color: approx Trendy Green. HEX triplet: 80, 84 and 1D. RGB value is (128,132,29). Sum of RGB (Red+Green+Blue) = 128+132+29=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #80841D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80841D is #7F7BE2. Grayscale: #777777. Windows color (decimal): -8354787 or 1934464. OLE color: 1934464.

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

Color convert

RGB12813229-
CMYK0.0300.780.48
HSL62.33º63.98%31.57%-
HSV(B)62.33º78.03%51.76%-
XYZ17.3821.184.33-
YUV119.0677.17134.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 29 (11.72% from 255) = 10.03%
R=44.29%
G=45.67%
B=10.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132290.0300.780.4862.3363.9831.57
Hex80841D304E303e4020
Octal2002043530116607610040
Binary10000000100001001110111010011101100001111101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80841D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80841D; }

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

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

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

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

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

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

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

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