#857E1E

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

Shades of Trendy Green #857E1E

Tints of Trendy Green #857E1E

Color information

#857E1E (or 0x857E1E) is unknown color: approx Trendy Green. HEX triplet: 85, 7E and 1E. RGB value is (133,126,30). Sum of RGB (Red+Green+Blue) = 133+126+30=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #857E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E1E is #7A81E1. Grayscale: #757575. Windows color (decimal): -8028642 or 1998469. OLE color: 1998469.

HSL color Cylindrical-coordinate representation of color #857E1E: hue angle of 55.92º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #857E1E is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13312630-
CMYK00.050.770.48
HSL55.92º63.19%31.96%-
HSV(B)55.92º77.44%52.16%-
XYZ17.37204.17-
YUV117.1578.82139.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 126 (49.61% from 255) = 43.60%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=46.02%
G=43.60%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331263000.050.770.4855.9263.1931.96
Hex857E1E054D30383f20
Octal205176360511560707740
Binary1000010111111101111001011001101110000111000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857E1E; }

 p { color: rgb(133,126,30); }

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

<style>
 a { background-color: #857E1E; }

 a { background-color: rgb(133,126,30); }

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

<style>
 span { border-color: #857E1E; }

 span { border-color: rgb(133,126,30); }

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