#80852e

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

Shades of Trendy Green #80852E

Tints of Trendy Green #80852E

Color information

#80852E (or 0x80852E) is unknown color: approx Trendy Green. HEX triplet: 80, 85 and 2E. RGB value is (128,133,46). Sum of RGB (Red+Green+Blue) = 128+133+46=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #80852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80852E is #7F7AD1. Grayscale: #797979. Windows color (decimal): -8354514 or 3048832. OLE color: 3048832.

HSL color Cylindrical-coordinate representation of color #80852E: hue angle of 63.45º degrees, saturation: 0.49, 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 #80852E is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB12813346-
CMYK0.0400.650.48
HSL63.45º48.6%35.1%-
HSV(B)63.45º65.41%52.16%-
XYZ17.7821.565.81-
YUV121.5985.34132.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=41.69%
G=43.32%
B=14.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133460.0400.650.4863.4548.635.1
Hex80852E4041303f3123
Octal200205564010160776143
Binary100000001000010110111010001000001110000111111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80852e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80852e; }

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

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

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

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

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

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

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

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