#83822D

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

Shades of Trendy Green #83822D

Tints of Trendy Green #83822D

Color information

#83822D (or 0x83822D) is unknown color: approx Trendy Green. HEX triplet: 83, 82 and 2D. RGB value is (131,130,45). Sum of RGB (Red+Green+Blue) = 131+130+45=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83822D is #7C7DD2. Grayscale: #787878. Windows color (decimal): -8158675 or 2982531. OLE color: 2982531.

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

Color convert

RGB13113045-
CMYK00.010.660.49
HSL59.3º48.86%34.51%-
HSV(B)59.3º65.65%51.37%-
XYZ17.8220.985.59-
YUV120.6185.33135.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=42.81%
G=42.48%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311304500.010.660.4959.348.8634.51
Hex83822D0142313b3123
Octal203202550110261736143
Binary1000001110000010101101011000010110001111011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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