#85851D

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

Shades of Trendy Green #85851D

Tints of Trendy Green #85851D

Color information

#85851D (or 0x85851D) is unknown color: approx Trendy Green. HEX triplet: 85, 85 and 1D. RGB value is (133,133,29). Sum of RGB (Red+Green+Blue) = 133+133+29=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85851D is #7A7AE2. Grayscale: #797979. Windows color (decimal): -8026851 or 1934725. OLE color: 1934725.

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

Color convert

RGB13313329-
CMYK000.780.48
HSL60º64.2%31.76%-
HSV(B)60º78.2%52.16%-
XYZ18.2821.854.42-
YUV121.1476136.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 29 (11.72% from 255) = 9.83%
R=45.08%
G=45.08%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313329000.780.486064.231.76
Hex85851D004E303c4020
Octal2052053500116607410040
Binary1000010110000101111010010011101100001111001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85851D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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