#85801D

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

Shades of Trendy Green #85801D

Tints of Trendy Green #85801D

Color information

#85801D (or 0x85801D) is unknown color: approx Trendy Green. HEX triplet: 85, 80 and 1D. RGB value is (133,128,29). Sum of RGB (Red+Green+Blue) = 133+128+29=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85801D is #7A7FE2. Grayscale: #767676. Windows color (decimal): -8028131 or 1933445. OLE color: 1933445.

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

Color convert

RGB13312829-
CMYK00.040.780.48
HSL57.12º64.2%31.76%-
HSV(B)57.12º78.2%52.16%-
XYZ17.6120.514.19-
YUV118.2177.66138.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 29 (11.72% from 255) = 10%
R=45.86%
G=44.14%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331282900.040.780.4857.1264.231.76
Hex85801D044E30394020
Octal2052003504116607110040
Binary100001011000000011101010010011101100001110011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85801D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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