#85802A

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

Shades of Trendy Green #85802A

Tints of Trendy Green #85802A

Color information

#85802A (or 0x85802A) is unknown color: approx Trendy Green. HEX triplet: 85, 80 and 2A. RGB value is (133,128,42). Sum of RGB (Red+Green+Blue) = 133+128+42=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #85802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85802A is #7A7FD5. Grayscale: #787878. Windows color (decimal): -8028118 or 2785413. OLE color: 2785413.

HSL color Cylindrical-coordinate representation of color #85802A: hue angle of 56.7º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85802A is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB13312842-
CMYK00.040.680.48
HSL56.7º52%34.31%-
HSV(B)56.7º68.42%52.16%-
XYZ17.8120.595.23-
YUV119.6984.16137.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 128 (50.39% from 255) = 42.24%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=43.89%
G=42.24%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331284200.040.680.4856.75234.31
Hex85802A044430393422
Octal205200520410460716442
Binary100001011000000010101001001000100110000111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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