#837D1F

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

Shades of Trendy Green #837D1F

Tints of Trendy Green #837D1F

Color information

#837D1F (or 0x837D1F) is unknown color: approx Trendy Green. HEX triplet: 83, 7D and 1F. RGB value is (131,125,31). Sum of RGB (Red+Green+Blue) = 131+125+31=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #837D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837D1F is #7C82E0. Grayscale: #747474. Windows color (decimal): -8159969 or 2063747. OLE color: 2063747.

HSL color Cylindrical-coordinate representation of color #837D1F: hue angle of 56.4º 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 #837D1F is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB13112531-
CMYK00.050.760.49
HSL56.4º61.73%31.76%-
HSV(B)56.4º76.34%51.37%-
XYZ16.9419.594.18-
YUV116.0879.99138.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 125 (49.22% from 255) = 43.55%
BLUE value IS 31 (12.5% from 255) = 10.80%
R=45.64%
G=43.55%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311253100.050.760.4956.461.7331.76
Hex837D1F054C31383e20
Octal203175370511461707640
Binary1000001111111011111101011001100110001111000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837D1F; }

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

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

<style>
 a { background-color: #837D1F; }

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

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

<style>
 span { border-color: #837D1F; }

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

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