#83812C

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

Shades of Trendy Green #83812C

Tints of Trendy Green #83812C

Color information

#83812C (or 0x83812C) is unknown color: approx Trendy Green. HEX triplet: 83, 81 and 2C. RGB value is (131,129,44). Sum of RGB (Red+Green+Blue) = 131+129+44=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83812C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83812C is #7C7ED3. Grayscale: #787878. Windows color (decimal): -8158932 or 2916739. OLE color: 2916739.

HSL color Cylindrical-coordinate representation of color #83812C: hue angle of 58.62º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83812C is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB13112944-
CMYK00.020.660.49
HSL58.62º49.71%34.31%-
HSV(B)58.62º66.41%51.37%-
XYZ17.6620.715.45-
YUV119.9185.16135.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=43.09%
G=42.43%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311294400.020.660.4958.6249.7134.31
Hex83812C0242313b3222
Octal203201540210261736242
Binary10000011100000011011000101000010110001111011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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