#83801D

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

Shades of Trendy Green #83801D

Tints of Trendy Green #83801D

Color information

#83801D (or 0x83801D) is unknown color: approx Trendy Green. HEX triplet: 83, 80 and 1D. RGB value is (131,128,29). Sum of RGB (Red+Green+Blue) = 131+128+29=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #83801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83801D is #7C7FE2. Grayscale: #767676. Windows color (decimal): -8159203 or 1933443. OLE color: 1933443.

HSL color Cylindrical-coordinate representation of color #83801D: hue angle of 58.24º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83801D is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB13112829-
CMYK00.020.780.49
HSL58.24º63.75%31.37%-
HSV(B)58.24º77.86%51.37%-
XYZ17.320.354.18-
YUV117.6177.99137.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 29 (11.72% from 255) = 10.07%
R=45.49%
G=44.44%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311282900.020.780.4958.2463.7531.37
Hex83801D024E313a401f
Octal2032003502116617210037
Binary1000001110000000111010101001110110001111010100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83801D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,128,29); }

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

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

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

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

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

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

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