#84832D

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

Shades of Trendy Green #84832D

Tints of Trendy Green #84832D

Color information

#84832D (or 0x84832D) is unknown color: approx Trendy Green. HEX triplet: 84, 83 and 2D. RGB value is (132,131,45). Sum of RGB (Red+Green+Blue) = 132+131+45=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84832D is #7B7CD2. Grayscale: #797979. Windows color (decimal): -8092883 or 2982788. OLE color: 2982788.

HSL color Cylindrical-coordinate representation of color #84832D: hue angle of 59.31º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84832D is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB13213145-
CMYK00.010.660.48
HSL59.31º49.15%34.71%-
HSV(B)59.31º65.91%51.76%-
XYZ18.1121.335.64-
YUV121.4984.83135.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 45 (17.97% from 255) = 14.61%
R=42.86%
G=42.53%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321314500.010.660.4859.3149.1534.71
Hex84832D0142303b3123
Octal204203550110260736143
Binary1000010010000011101101011000010110000111011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,131,45); }

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

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

 a { background-color: rgb(132,131,45); }

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

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

 span { border-color: rgb(132,131,45); }

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