#83801F

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

Shades of Trendy Green #83801F

Tints of Trendy Green #83801F

Color information

#83801F (or 0x83801F) is unknown color: approx Trendy Green. HEX triplet: 83, 80 and 1F. RGB value is (131,128,31). Sum of RGB (Red+Green+Blue) = 131+128+31=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83801F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83801F is #7C7FE0. Grayscale: #767676. Windows color (decimal): -8159201 or 2064515. OLE color: 2064515.

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

Color convert

RGB13112831-
CMYK00.020.760.49
HSL58.2º61.73%31.76%-
HSV(B)58.2º76.34%51.37%-
XYZ17.3320.364.31-
YUV117.8478.99137.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.17%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=45.17%
G=44.14%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311283100.020.760.4958.261.7331.76
Hex83801F024C313a3e20
Octal203200370211461727640
Binary1000001110000000111110101001100110001111010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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