#85832C

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

Shades of Trendy Green #85832C

Tints of Trendy Green #85832C

Color information

#85832C (or 0x85832C) is unknown color: approx Trendy Green. HEX triplet: 85, 83 and 2C. RGB value is (133,131,44). Sum of RGB (Red+Green+Blue) = 133+131+44=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85832C is #7A7CD3. Grayscale: #7A7A7A. Windows color (decimal): -8027348 or 2917253. OLE color: 2917253.

HSL color Cylindrical-coordinate representation of color #85832C: hue angle of 58.65º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85832C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13313144-
CMYK00.020.670.48
HSL58.65º50.28%34.71%-
HSV(B)58.65º66.92%52.16%-
XYZ18.2421.45.55-
YUV121.6884.16136.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 44 (17.58% from 255) = 14.29%
R=43.18%
G=42.53%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331314400.020.670.4858.6550.2834.71
Hex85832C0243303b3223
Octal205203540210360736243
Binary10000101100000111011000101000011110000111011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85832C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85832C; }

 p { color: rgb(133,131,44); }

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

<style>
 a { background-color: #85832C; }

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

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

<style>
 span { border-color: #85832C; }

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

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