#85802E

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

Shades of Trendy Green #85802E

Tints of Trendy Green #85802E

Color information

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

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

Color convert

RGB13312846-
CMYK00.040.650.48
HSL56.55º48.6%35.1%-
HSV(B)56.55º65.41%52.16%-
XYZ17.8920.625.62-
YUV120.1586.16137.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331284600.040.650.4856.5548.635.1
Hex85802E044130393123
Octal205200560410160716143
Binary100001011000000010111001001000001110000111001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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