#85802B

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

Shades of Trendy Green #85802B

Tints of Trendy Green #85802B

Color information

#85802B (or 0x85802B) is unknown color: approx Trendy Green. HEX triplet: 85, 80 and 2B. RGB value is (133,128,43). Sum of RGB (Red+Green+Blue) = 133+128+43=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #85802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85802B is #7A7FD4. Grayscale: #787878. Windows color (decimal): -8028117 or 2850949. OLE color: 2850949.

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

Color convert

RGB13312843-
CMYK00.040.680.48
HSL56.67º51.14%34.51%-
HSV(B)56.67º67.67%52.16%-
XYZ17.8320.65.32-
YUV119.884.66137.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 43 (17.19% from 255) = 14.14%
R=43.75%
G=42.11%
B=14.14%

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
Decimal1331284300.040.680.4856.6751.1434.51
Hex85802B044430393323
Octal205200530410460716343
Binary100001011000000010101101001000100110000111001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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